#9D5591

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

Shades of Violet Blue #9D5591

Tints of Violet Blue #9D5591

Color information

#9D5591 (or 0x9D5591) is unknown color: approx Violet Blue. HEX triplet: 9D, 55 and 91. RGB value is (157,85,145). Sum of RGB (Red+Green+Blue) = 157+85+145=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5591 is #62AA6E. Grayscale: #717171. Windows color (decimal): -6466159 or 9524637. OLE color: 9524637.

HSL color Cylindrical-coordinate representation of color #9D5591: hue angle of 310º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5591 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15785145-
CMYK00.460.080.38
HSL310º29.75%47.45%-
HSV(B)310º45.86%61.57%-
XYZ22.2615.7128.65-
YUV113.37145.85159.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.57%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=40.57%
G=21.96%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578514500.460.080.3831029.7547.45
Hex9D559102E8261361e2f
Octal23512522105610464663657
Binary100111011010101100100010101110100010011010011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,145); }

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

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

 a { background-color: rgb(157,85,145); }

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

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

 span { border-color: rgb(157,85,145); }

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