#9E589C

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

Shades of Violet Blue #9E589C

Tints of Violet Blue #9E589C

Color information

#9E589C (or 0x9E589C) is unknown color: approx Violet Blue. HEX triplet: 9E, 58 and 9C. RGB value is (158,88,156). Sum of RGB (Red+Green+Blue) = 158+88+156=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E589C is #61A763. Grayscale: #747474. Windows color (decimal): -6399844 or 10246302. OLE color: 10246302.

HSL color Cylindrical-coordinate representation of color #9E589C: hue angle of 301.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E589C is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15888156-
CMYK00.440.010.38
HSL301.71º28.46%48.24%-
HSV(B)301.71º44.3%61.96%-
XYZ23.5916.6533.42-
YUV116.68150.19157.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.30%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=39.30%
G=21.89%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588815600.440.010.38301.7128.4648.24
Hex9E589C02C12612e1c30
Octal2361302340541464563460
Binary100111101011000100111000101100110011010010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E589C; }

 p { color: rgb(158,88,156); }

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

<style>
 a { background-color: #9E589C; }

 a { background-color: rgb(158,88,156); }

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

<style>
 span { border-color: #9E589C; }

 span { border-color: rgb(158,88,156); }

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