#9D5196

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

Shades of Violet Blue #9D5196

Tints of Violet Blue #9D5196

Color information

#9D5196 (or 0x9D5196) is unknown color: approx Violet Blue. HEX triplet: 9D, 51 and 96. RGB value is (157,81,150). Sum of RGB (Red+Green+Blue) = 157+81+150=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5196 is #62AE69. Grayscale: #6F6F6F. Windows color (decimal): -6467178 or 9851293. OLE color: 9851293.

HSL color Cylindrical-coordinate representation of color #9D5196: hue angle of 305.53º 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 #9D5196 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15781150-
CMYK00.480.040.38
HSL305.53º31.93%46.67%-
HSV(B)305.53º48.41%61.57%-
XYZ22.3515.2530.62-
YUV111.59149.68160.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=40.46%
G=20.88%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578115000.480.040.38305.5331.9346.67
Hex9D5196030426132202f
Octal2351212260604464624057
Binary100111011010001100101100110000100100110100110010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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