#8F49EA

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

Shades of Blue Violet #8F49EA

Tints of Blue Violet #8F49EA

Color information

#8F49EA (or 0x8F49EA) is unknown color: approx Blue Violet. HEX triplet: 8F, 49 and EA. RGB value is (143,73,234). Sum of RGB (Red+Green+Blue) = 143+73+234=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49EA is #70B615. Grayscale: #6F6F6F. Windows color (decimal): -7386646 or 15354255. OLE color: 15354255.

HSL color Cylindrical-coordinate representation of color #8F49EA: hue angle of 266.09º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F49EA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14373234-
CMYK0.390.6900.08
HSL266.09º79.31%60.2%-
HSV(B)266.09º68.8%91.76%-
XYZ28.5616.5579.53-
YUV112.28196.69149.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 234 (91.80% from 255) = 52%
R=31.78%
G=16.22%
B=52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal143732340.390.6900.08266.0979.3160.2
Hex8F49EA27450810a4f3c
Octal2171113524710501041211774
Binary100011111001001111010101001111000101010001000010101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F49EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,73,234); }

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

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

 a { background-color: rgb(143,73,234); }

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

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

 span { border-color: rgb(143,73,234); }

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