#8E6895

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

Shades of Violet Blue #8E6895

Tints of Violet Blue #8E6895

Color information

#8E6895 (or 0x8E6895) is unknown color: approx Violet Blue. HEX triplet: 8E, 68 and 95. RGB value is (142,104,149). Sum of RGB (Red+Green+Blue) = 142+104+149=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6895 is #71976A. Grayscale: #787878. Windows color (decimal): -7444331 or 9791630. OLE color: 9791630.

HSL color Cylindrical-coordinate representation of color #8E6895: hue angle of 290.67º degrees, saturation: 0.18, 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 #8E6895 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142104149-
CMYK0.050.3000.42
HSL290.67º17.79%49.61%-
HSV(B)290.67º30.2%58.43%-
XYZ21.5317.8230.74-
YUV120.49144.09143.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=35.95%
G=26.33%
B=37.72%

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
Decimal1421041490.050.3000.42290.6717.7949.61
Hex8E689551E02A1231232
Octal2161502255360524432262
Binary1000111011010001001010110111110010101010010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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