Shades of Dark Violet #9609C5
Tints of Dark Violet #9609C5
RGB
CMYK
RGB Variations
Color information
#9609C5 (or 0x9609C5) is known color: Dark Violet. HEX triplet: 96, 09 and C5. RGB value is (150,9,197). Sum of RGB (Red+Green+Blue) = 150+9+197=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #9609C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609C5 is #69F63A. Grayscale: #474747. Windows color (decimal): -6944315 or 12913046. OLE color: 12913046.
HSL color Cylindrical-coordinate representation of color #9609C5: hue angle of 285º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609C5 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 9 | 197 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.23 |
| HSL | 285º | 0.91% | 0.4% | - |
| HSV(B) | 285º | 0.95% | 0.77% | - |
| XYZ | 22.75 | 10.71 | 53.69 | - |
| YUV | 72.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 197 | 0.24 | 0.95 | 0 | 0.23 | 285 | 0.91 | 0.4 |
| Hex | 96 | 9 | C5 | 18 | 5F | 0 | 17 | 11D | 5B | 28 |
| Octal | 226 | 11 | 305 | 30 | 137 | 0 | 27 | 435 | 133 | 50 |
| Binary | 10010110 | 1001 | 11000101 | 11000 | 1011111 | 0 | 10111 | 100011101 | 1011011 | 101000 |
Color Harmonies of #9609C5
Complementary color
Monochromatic Colors of #9609C5
Black with #9609C5
Text Example
Text Example
White with #9609C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609C5; }
p { color: rgb(150,9,197); }
H1.HeaderClassName
{
color: #9609C5;
}
.AnyTagClassName
{
color: #9609C5;
}
</style>
background-color css
<style>
a { background-color: #9609C5; }
a { background-color: rgb(150,9,197); }
div.DivClassName
{
background-color: #9609C5;
}
.BgClassName
{
background-color: #9609C5;
}
</style>
border-color css
<style>
span { border-color: #9609C5; }
span { border-color: rgb(150,9,197); }
td.TdClassName
{
border-color: #9609C5;
}
.TagClassName
{
border-color: #9609C5;
}
</style>