#9D6196

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

Shades of Violet Blue #9D6196

Tints of Violet Blue #9D6196

Color information

#9D6196 (or 0x9D6196) is unknown color: approx Violet Blue. HEX triplet: 9D, 61 and 96. RGB value is (157,97,150). Sum of RGB (Red+Green+Blue) = 157+97+150=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6196 is #629E69. Grayscale: #787878. Windows color (decimal): -6463082 or 9855389. OLE color: 9855389.

HSL color Cylindrical-coordinate representation of color #9D6196: hue angle of 307º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6196 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15797150-
CMYK00.380.040.38
HSL307º23.62%49.8%-
HSV(B)307º38.22%61.57%-
XYZ23.6817.9231.06-
YUV120.98144.38153.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=38.86%
G=24.01%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579715000.380.040.3830723.6249.8
Hex9D61960264261331832
Octal2351412260464464633062
Binary10011101110000110010110010011010010011010011001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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