#8E6795

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

Shades of Violet Blue #8E6795

Tints of Violet Blue #8E6795

Color information

#8E6795 (or 0x8E6795) is unknown color: approx Violet Blue. HEX triplet: 8E, 67 and 95. RGB value is (142,103,149). Sum of RGB (Red+Green+Blue) = 142+103+149=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6795 is #71986A. Grayscale: #777777. Windows color (decimal): -7444587 or 9791374. OLE color: 9791374.

HSL color Cylindrical-coordinate representation of color #8E6795: hue angle of 290.87º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6795 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142103149-
CMYK0.050.3100.42
HSL290.87º18.25%49.41%-
HSV(B)290.87º30.87%58.43%-
XYZ21.4317.6230.71-
YUV119.9144.42143.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=36.04%
G=26.14%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421031490.050.3100.42290.8718.2549.41
Hex8E679551F02A1231231
Octal2161472255370524432261
Binary1000111011001111001010110111111010101010010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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