#8E7090

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

Shades of Violet Blue #8E7090

Tints of Violet Blue #8E7090

Color information

#8E7090 (or 0x8E7090) is unknown color: approx Violet Blue. HEX triplet: 8E, 70 and 90. RGB value is (142,112,144). Sum of RGB (Red+Green+Blue) = 142+112+144=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7090 is #718F6F. Grayscale: #7C7C7C. Windows color (decimal): -7442288 or 9465998. OLE color: 9465998.

HSL color Cylindrical-coordinate representation of color #8E7090: hue angle of 296.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E7090 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB142112144-
CMYK0.010.2200.44
HSL296.25º12.6%50.2%-
HSV(B)296.25º22.22%56.47%-
XYZ21.9819.3528.96-
YUV124.62138.94140.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=35.68%
G=28.14%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421121440.010.2200.44296.2512.650.2
Hex8E709011602C128d32
Octal2161602201260544501562
Binary1000111011100001001000011011001011001001010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,144); }

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

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

 a { background-color: rgb(142,112,144); }

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

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

 span { border-color: rgb(142,112,144); }

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