Shades of Dark Violet #9609C8
Tints of Dark Violet #9609C8
RGB
CMYK
RGB Variations
Color information
#9609C8 (or 0x9609C8) is known color: Dark Violet. HEX triplet: 96, 09 and C8. RGB value is (150,9,200). Sum of RGB (Red+Green+Blue) = 150+9+200=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #9609C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609C8 is #69F637. Grayscale: #484848. Windows color (decimal): -6944312 or 13109654. OLE color: 13109654.
HSL color Cylindrical-coordinate representation of color #9609C8: hue angle of 284.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609C8 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 9 | 200 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.22 |
| HSL | 284.29º | 0.91% | 0.41% | - |
| HSV(B) | 284.29º | 0.96% | 0.78% | - |
| XYZ | 23.1 | 10.85 | 55.52 | - |
| YUV | 72.93 | 199.71 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 200 | 0.25 | 0.96 | 0 | 0.22 | 284.29 | 0.91 | 0.41 |
| Hex | 96 | 9 | C8 | 19 | 60 | 0 | 16 | 11C | 5B | 29 |
| Octal | 226 | 11 | 310 | 31 | 140 | 0 | 26 | 434 | 133 | 51 |
| Binary | 10010110 | 1001 | 11001000 | 11001 | 1100000 | 0 | 10110 | 100011100 | 1011011 | 101001 |
Color Harmonies of #9609C8
Complementary color
Monochromatic Colors of #9609C8
Black with #9609C8
Text Example
Text Example
White with #9609C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609C8; }
p { color: rgb(150,9,200); }
H1.HeaderClassName
{
color: #9609C8;
}
.AnyTagClassName
{
color: #9609C8;
}
</style>
background-color css
<style>
a { background-color: #9609C8; }
a { background-color: rgb(150,9,200); }
div.DivClassName
{
background-color: #9609C8;
}
.BgClassName
{
background-color: #9609C8;
}
</style>
border-color css
<style>
span { border-color: #9609C8; }
span { border-color: rgb(150,9,200); }
td.TdClassName
{
border-color: #9609C8;
}
.TagClassName
{
border-color: #9609C8;
}
</style>