#8E6C93

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

Shades of Violet Blue #8E6C93

Tints of Violet Blue #8E6C93

Color information

#8E6C93 (or 0x8E6C93) is unknown color: approx Violet Blue. HEX triplet: 8E, 6C and 93. RGB value is (142,108,147). Sum of RGB (Red+Green+Blue) = 142+108+147=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E6C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6C93 is #71936C. Grayscale: #7A7A7A. Windows color (decimal): -7443309 or 9661582. OLE color: 9661582.

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

Color convert

RGB142108147-
CMYK0.030.2700.42
HSL292.31º15.29%50%-
HSV(B)292.31º26.53%57.65%-
XYZ21.7818.5830.04-
YUV122.61141.76141.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=35.77%
G=27.20%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421081470.030.2700.42292.3115.2950
Hex8E6C9331B02A124f32
Octal2161542233330524441762
Binary10001110110110010010011111101101010101001001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,147); }

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

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

 a { background-color: rgb(142,108,147); }

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

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

 span { border-color: rgb(142,108,147); }

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