#8F4DF3

Color #8F4DF3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8F4DF3

Tints of Blue Violet #8F4DF3

Color information

#8F4DF3 (or 0x8F4DF3) is unknown color: approx Blue Violet. HEX triplet: 8F, 4D and F3. RGB value is (143,77,243). Sum of RGB (Red+Green+Blue) = 143+77+243=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #8F4DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4DF3 is #70B20C. Grayscale: #737373. Windows color (decimal): -7385613 or 15945103. OLE color: 15945103.

HSL color Cylindrical-coordinate representation of color #8F4DF3: hue angle of 263.86º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F4DF3 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14377243-
CMYK0.410.6800.05
HSL263.86º87.37%62.75%-
HSV(B)263.86º68.31%95.29%-
XYZ30.1617.6286.61-
YUV115.66199.87147.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 77 (30.47% from 255) = 16.63%
BLUE value IS 243 (95.31% from 255) = 52.48%
R=30.89%
G=16.63%
B=52.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal143772430.410.6800.05263.8687.3762.75
Hex8F4DF3294405108573f
Octal217115363511040541012777
Binary10001111100110111110011101001100010001011000010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F4DF3; }

 p { color: rgb(143,77,243); }

 H1.HeaderClassName
 {
   color: #8F4DF3;
 }
 .AnyTagClassName
 {
   color: #8F4DF3;
 }
</style>
background-color css

<style>
 a { background-color: #8F4DF3; }

 a { background-color: rgb(143,77,243); }

 div.DivClassName
 {
   background-color: #8F4DF3;
 }
 .BgClassName
 {
   background-color: #8F4DF3;
 }
</style>
border-color css

<style>
 span { border-color: #8F4DF3; }

 span { border-color: rgb(143,77,243); }

 td.TdClassName
 {
   border-color: #8F4DF3;
 }
 .TagClassName
 {
   border-color: #8F4DF3;
 }
</style>