#9D59A0

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

Shades of Violet Blue #9D59A0

Tints of Violet Blue #9D59A0

Color information

#9D59A0 (or 0x9D59A0) is unknown color: approx Violet Blue. HEX triplet: 9D, 59 and A0. RGB value is (157,89,160). Sum of RGB (Red+Green+Blue) = 157+89+160=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #9D59A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D59A0 is #62A65F. Grayscale: #757575. Windows color (decimal): -6465120 or 10508701. OLE color: 10508701.

HSL color Cylindrical-coordinate representation of color #9D59A0: hue angle of 297.46º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D59A0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15789160-
CMYK0.020.4400.37
HSL297.46º28.51%48.82%-
HSV(B)297.46º44.37%62.75%-
XYZ23.8216.8535.25-
YUV117.43152.03156.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=38.67%
G=21.92%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157891600.020.4400.37297.4628.5148.82
Hex9D59A022C0251291d31
Octal2351312402540454513561
Binary1001110110110011010000010101100010010110010100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D59A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,160); }

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

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

 a { background-color: rgb(157,89,160); }

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

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

 span { border-color: rgb(157,89,160); }

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