Shades of Violet Blue #9D609C
Tints of Violet Blue #9D609C
RGB
CMYK
RGB Variations
Color information
#9D609C (or 0x9D609C) is known color: Violet Blue. HEX triplet: 9D, 60 and 9C. RGB value is (157,96,156). Sum of RGB (Red+Green+Blue) = 157+96+156=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D609C is #629F63. Grayscale: #787878. Windows color (decimal): -6463332 or 10248349. OLE color: 10248349.
HSL color Cylindrical-coordinate representation of color #9D609C: hue angle of 300.98º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D609C is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 156 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.38 |
| HSL | 300.98º | 0.24% | 0.5% | - |
| HSV(B) | 300.98º | 0.39% | 0.62% | - |
| XYZ | 24.09 | 17.93 | 33.64 | - |
| YUV | 121.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 156 | 0 | 0.39 | 0.01 | 0.38 | 300.98 | 0.24 | 0.5 |
| Hex | 9D | 60 | 9C | 0 | 27 | 1 | 26 | 12D | 18 | 32 |
| Octal | 235 | 140 | 234 | 0 | 47 | 1 | 46 | 455 | 30 | 62 |
| Binary | 10011101 | 1100000 | 10011100 | 0 | 100111 | 1 | 100110 | 100101101 | 11000 | 110010 |
Color Harmonies of #9D609C
Complementary color
Monochromatic Colors of #9D609C
Black with #9D609C
Text Example
Text Example
White with #9D609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D609C; }
p { color: rgb(157,96,156); }
H1.HeaderClassName
{
color: #9D609C;
}
.AnyTagClassName
{
color: #9D609C;
}
</style>
background-color css
<style>
a { background-color: #9D609C; }
a { background-color: rgb(157,96,156); }
div.DivClassName
{
background-color: #9D609C;
}
.BgClassName
{
background-color: #9D609C;
}
</style>
border-color css
<style>
span { border-color: #9D609C; }
span { border-color: rgb(157,96,156); }
td.TdClassName
{
border-color: #9D609C;
}
.TagClassName
{
border-color: #9D609C;
}
</style>