#8E6491

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

Shades of Violet Blue #8E6491

Tints of Violet Blue #8E6491

Color information

#8E6491 (or 0x8E6491) is unknown color: approx Violet Blue. HEX triplet: 8E, 64 and 91. RGB value is (142,100,145). Sum of RGB (Red+Green+Blue) = 142+100+145=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6491 is #719B6E. Grayscale: #757575. Windows color (decimal): -7445359 or 9528462. OLE color: 9528462.

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

Color convert

RGB142100145-
CMYK0.020.3100.43
HSL296º18.37%48.04%-
HSV(B)296º31.03%56.86%-
XYZ20.8216.9128.95-
YUV117.69143.41145.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=36.69%
G=25.84%
B=37.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421001450.020.3100.4329618.3748.04
Hex8E649121F02B1281230
Octal2161442212370534502260
Binary100011101100100100100011011111010101110010100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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