#8E6995

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

Shades of Violet Blue #8E6995

Tints of Violet Blue #8E6995

Color information

#8E6995 (or 0x8E6995) is unknown color: approx Violet Blue. HEX triplet: 8E, 69 and 95. RGB value is (142,105,149). Sum of RGB (Red+Green+Blue) = 142+105+149=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E6995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6995 is #71966A. Grayscale: #787878. Windows color (decimal): -7444075 or 9791886. OLE color: 9791886.

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

Color convert

RGB142105149-
CMYK0.050.3000.42
HSL290.45º17.32%49.8%-
HSV(B)290.45º29.53%58.43%-
XYZ21.6318.0230.77-
YUV121.08143.76142.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=35.86%
G=26.52%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421051490.050.3000.42290.4517.3249.8
Hex8E699551E02A1221132
Octal2161512255360524422162
Binary1000111011010011001010110111110010101010010001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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