#8E6B94

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

Shades of Violet Blue #8E6B94

Tints of Violet Blue #8E6B94

Color information

#8E6B94 (or 0x8E6B94) is unknown color: approx Violet Blue. HEX triplet: 8E, 6B and 94. RGB value is (142,107,148). Sum of RGB (Red+Green+Blue) = 142+107+148=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E6B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B94 is #71946B. Grayscale: #7A7A7A. Windows color (decimal): -7443564 or 9726862. OLE color: 9726862.

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

Color convert

RGB142107148-
CMYK0.040.2800.42
HSL291.22º16.08%50%-
HSV(B)291.22º27.7%58.04%-
XYZ21.7618.430.42-
YUV122.14142.6142.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=35.77%
G=26.95%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421071480.040.2800.42291.2216.0850
Hex8E6B9441C02A1231032
Octal2161532244340524432062
Binary1000111011010111001010010011100010101010010001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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