#8E5C9C

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

Shades of Violet Blue #8E5C9C

Tints of Violet Blue #8E5C9C

Color information

#8E5C9C (or 0x8E5C9C) is unknown color: approx Violet Blue. HEX triplet: 8E, 5C and 9C. RGB value is (142,92,156). Sum of RGB (Red+Green+Blue) = 142+92+156=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E5C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5C9C is #71A363. Grayscale: #727272. Windows color (decimal): -7447396 or 10247310. OLE color: 10247310.

HSL color Cylindrical-coordinate representation of color #8E5C9C: hue angle of 286.88º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5C9C is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14292156-
CMYK0.090.4100.39
HSL286.88º25.81%48.63%-
HSV(B)286.88º41.03%61.18%-
XYZ20.9815.8133.4-
YUV114.25151.56147.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.41%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 156 (61.33% from 255) = 40%
R=36.41%
G=23.59%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142921560.090.4100.39286.8825.8148.63
Hex8E5C9C92902711f1a31
Octal21613423411510474373261
Binary100011101011100100111001001101001010011110001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,156); }

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

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

 a { background-color: rgb(142,92,156); }

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

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

 span { border-color: rgb(142,92,156); }

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