#9D5691

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

Shades of Violet Blue #9D5691

Tints of Violet Blue #9D5691

Color information

#9D5691 (or 0x9D5691) is unknown color: approx Violet Blue. HEX triplet: 9D, 56 and 91. RGB value is (157,86,145). Sum of RGB (Red+Green+Blue) = 157+86+145=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5691 is #62A96E. Grayscale: #717171. Windows color (decimal): -6465903 or 9524893. OLE color: 9524893.

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

Color convert

RGB15786145-
CMYK00.450.080.38
HSL310.14º29.22%47.65%-
HSV(B)310.14º45.22%61.57%-
XYZ22.3415.8728.67-
YUV113.96145.52158.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 145 (57.03% from 255) = 37.37%
R=40.46%
G=22.16%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578614500.450.080.38310.1429.2247.65
Hex9D569102D8261361d30
Octal23512622105510464663560
Binary100111011010110100100010101101100010011010011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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