#8E559C

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

Shades of Violet Blue #8E559C

Tints of Violet Blue #8E559C

Color information

#8E559C (or 0x8E559C) is unknown color: approx Violet Blue. HEX triplet: 8E, 55 and 9C. RGB value is (142,85,156). Sum of RGB (Red+Green+Blue) = 142+85+156=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E559C is #71AA63. Grayscale: #6D6D6D. Windows color (decimal): -7449188 or 10245518. OLE color: 10245518.

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

Color convert

RGB14285156-
CMYK0.090.4600.39
HSL288.17º29.46%47.25%-
HSV(B)288.17º45.51%61.18%-
XYZ20.414.6533.2-
YUV110.14153.88150.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=37.08%
G=22.19%
B=40.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142851560.090.4600.39288.1729.4647.25
Hex8E559C92E0271201d2f
Octal21612523411560474403557
Binary100011101010101100111001001101110010011110010000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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