#8E6796

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

Shades of Violet Blue #8E6796

Tints of Violet Blue #8E6796

Color information

#8E6796 (or 0x8E6796) is unknown color: approx Violet Blue. HEX triplet: 8E, 67 and 96. RGB value is (142,103,150). Sum of RGB (Red+Green+Blue) = 142+103+150=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E6796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6796 is #719869. Grayscale: #777777. Windows color (decimal): -7444586 or 9856910. OLE color: 9856910.

HSL color Cylindrical-coordinate representation of color #8E6796: hue angle of 289.79º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6796 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB142103150-
CMYK0.050.3100.41
HSL289.79º18.58%49.61%-
HSV(B)289.79º31.33%58.82%-
XYZ21.5117.6531.13-
YUV120.02144.92143.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=35.95%
G=26.08%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421031500.050.3100.41289.7918.5849.61
Hex8E679651F0291221332
Octal2161472265370514422362
Binary1000111011001111001011010111111010100110010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,103,150); }

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

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

 a { background-color: rgb(142,103,150); }

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

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

 span { border-color: rgb(142,103,150); }

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