#9D5190

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

Shades of Violet Blue #9D5190

Tints of Violet Blue #9D5190

Color information

#9D5190 (or 0x9D5190) is unknown color: approx Violet Blue. HEX triplet: 9D, 51 and 90. RGB value is (157,81,144). Sum of RGB (Red+Green+Blue) = 157+81+144=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5190 is #62AE6F. Grayscale: #6E6E6E. Windows color (decimal): -6467184 or 9458077. OLE color: 9458077.

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

Color convert

RGB15781144-
CMYK00.480.080.38
HSL310.26º31.93%46.67%-
HSV(B)310.26º48.41%61.57%-
XYZ21.8815.0728.14-
YUV110.91146.68160.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=41.10%
G=21.20%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578114400.480.080.38310.2631.9346.67
Hex9D5190030826136202f
Octal23512122006010464664057
Binary1001110110100011001000001100001000100110100110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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