#9D5B90

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

Shades of Violet Blue #9D5B90

Tints of Violet Blue #9D5B90

Color information

#9D5B90 (or 0x9D5B90) is unknown color: approx Violet Blue. HEX triplet: 9D, 5B and 90. RGB value is (157,91,144). Sum of RGB (Red+Green+Blue) = 157+91+144=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5B90 is #62A46F. Grayscale: #747474. Windows color (decimal): -6464624 or 9460637. OLE color: 9460637.

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

Color convert

RGB15791144-
CMYK00.420.080.38
HSL311.82º26.61%48.63%-
HSV(B)311.82º42.04%61.57%-
XYZ22.6816.6628.41-
YUV116.78143.37156.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=40.05%
G=23.21%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579114400.420.080.38311.8226.6148.63
Hex9D5B9002A8261381b31
Octal23513322005210464703361
Binary100111011011011100100000101010100010011010011100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,91,144); }

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

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

 a { background-color: rgb(157,91,144); }

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

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

 span { border-color: rgb(157,91,144); }

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