Shades of Dark Violet #9600DA
Tints of Dark Violet #9600DA
RGB
CMYK
RGB Variations
Color information
#9600DA (or 0x9600DA) is known color: Dark Violet. HEX triplet: 96, 00 and DA. RGB value is (150,0,218). Sum of RGB (Red+Green+Blue) = 150+0+218=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #9600DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600DA is #69FF25. Grayscale: #444444. Windows color (decimal): -6946598 or 14286998. OLE color: 14286998.
HSL color Cylindrical-coordinate representation of color #9600DA: hue angle of 281.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600DA is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 0 | 218 | - |
| CMYK | 0.31 | 1 | 0 | 0.15 |
| HSL | 281.28º | 1% | 0.43% | - |
| HSV(B) | 281.28º | 1% | 0.85% | - |
| XYZ | 25.23 | 11.55 | 67.23 | - |
| YUV | 69.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 218 | 0.31 | 1 | 0 | 0.15 | 281.28 | 1 | 0.43 |
| Hex | 96 | 0 | DA | 1F | 64 | 0 | F | 119 | 64 | 2B |
| Octal | 226 | 0 | 332 | 37 | 144 | 0 | 17 | 431 | 144 | 53 |
| Binary | 10010110 | 0 | 11011010 | 11111 | 1100100 | 0 | 1111 | 100011001 | 1100100 | 101011 |
Color Harmonies of #9600DA
Complementary color
Monochromatic Colors of #9600DA
Black with #9600DA
Text Example
Text Example
White with #9600DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600DA; }
p { color: rgb(150,0,218); }
H1.HeaderClassName
{
color: #9600DA;
}
.AnyTagClassName
{
color: #9600DA;
}
</style>
background-color css
<style>
a { background-color: #9600DA; }
a { background-color: rgb(150,0,218); }
div.DivClassName
{
background-color: #9600DA;
}
.BgClassName
{
background-color: #9600DA;
}
</style>
border-color css
<style>
span { border-color: #9600DA; }
span { border-color: rgb(150,0,218); }
td.TdClassName
{
border-color: #9600DA;
}
.TagClassName
{
border-color: #9600DA;
}
</style>