#8e599b

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

Shades of Violet Blue #8E599B

Tints of Violet Blue #8E599B

Color information

#8E599B (or 0x8E599B) is unknown color: approx Violet Blue. HEX triplet: 8E, 59 and 9B. RGB value is (142,89,155). Sum of RGB (Red+Green+Blue) = 142+89+155=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E599B is #71A664. Grayscale: #707070. Windows color (decimal): -7448165 or 10181006. OLE color: 10181006.

HSL color Cylindrical-coordinate representation of color #8E599B: hue angle of 288.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E599B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14289155-
CMYK0.080.4300.39
HSL288.18º27.05%47.84%-
HSV(B)288.18º42.58%60.78%-
XYZ20.6415.2632.87-
YUV112.37152.06149.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=36.79%
G=23.06%
B=40.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142891550.080.4300.39288.1827.0547.84
Hex8E599B82B0271201b30
Octal21613123310530474403360
Binary100011101011001100110111000101011010011110010000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e599b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,155); }

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

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

 a { background-color: rgb(142,89,155); }

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

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

 span { border-color: rgb(142,89,155); }

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