#8E6891

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

Shades of Violet Blue #8E6891

Tints of Violet Blue #8E6891

Color information

#8E6891 (or 0x8E6891) is unknown color: approx Violet Blue. HEX triplet: 8E, 68 and 91. RGB value is (142,104,145). Sum of RGB (Red+Green+Blue) = 142+104+145=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E6891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6891 is #71976E. Grayscale: #777777. Windows color (decimal): -7444335 or 9529486. OLE color: 9529486.

HSL color Cylindrical-coordinate representation of color #8E6891: hue angle of 295.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E6891 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB142104145-
CMYK0.020.2800.43
HSL295.61º16.47%48.82%-
HSV(B)295.61º28.28%56.86%-
XYZ21.2217.729.09-
YUV120.04142.09143.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=36.32%
G=26.60%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421041450.020.2800.43295.6116.4748.82
Hex8E689121C02B1281031
Octal2161502212340534502061
Binary100011101101000100100011011100010101110010100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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