#8E6994

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

Shades of Violet Blue #8E6994

Tints of Violet Blue #8E6994

Color information

#8E6994 (or 0x8E6994) is unknown color: approx Violet Blue. HEX triplet: 8E, 69 and 94. RGB value is (142,105,148). Sum of RGB (Red+Green+Blue) = 142+105+148=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6994 is #71966B. Grayscale: #787878. Windows color (decimal): -7444076 or 9726350. OLE color: 9726350.

HSL color Cylindrical-coordinate representation of color #8E6994: hue angle of 291.63º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6994 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142105148-
CMYK0.040.2900.42
HSL291.63º17%49.61%-
HSV(B)291.63º29.05%58.04%-
XYZ21.5517.9930.35-
YUV120.96143.26143-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=35.95%
G=26.58%
B=37.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421051480.040.2900.42291.631749.61
Hex8E699441D02A1241132
Octal2161512244350524442162
Binary1000111011010011001010010011101010101010010010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,148); }

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

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

 a { background-color: rgb(142,105,148); }

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

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

 span { border-color: rgb(142,105,148); }

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