Shades of Dark Violet #9601DD
Tints of Dark Violet #9601DD
RGB
CMYK
RGB Variations
Color information
#9601DD (or 0x9601DD) is known color: Dark Violet. HEX triplet: 96, 01 and DD. RGB value is (150,1,221). Sum of RGB (Red+Green+Blue) = 150+1+221=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #9601DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601DD is #69FE22. Grayscale: #454545. Windows color (decimal): -6946339 or 14483862. OLE color: 14483862.
HSL color Cylindrical-coordinate representation of color #9601DD: hue angle of 280.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601DD is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 1 | 221 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.13 |
| HSL | 280.64º | 0.99% | 0.44% | - |
| HSV(B) | 280.64º | 1% | 0.87% | - |
| XYZ | 25.64 | 11.73 | 69.32 | - |
| YUV | 70.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 221 | 0.32 | 1.00 | 0 | 0.13 | 280.64 | 0.99 | 0.44 |
| Hex | 96 | 1 | DD | 20 | 64 | 0 | D | 119 | 63 | 2C |
| Octal | 226 | 1 | 335 | 40 | 144 | 0 | 15 | 431 | 143 | 54 |
| Binary | 10010110 | 1 | 11011101 | 100000 | 1100100 | 0 | 1101 | 100011001 | 1100011 | 101100 |
Color Harmonies of #9601DD
Complementary color
Monochromatic Colors of #9601DD
Black with #9601DD
Text Example
Text Example
White with #9601DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601DD; }
p { color: rgb(150,1,221); }
H1.HeaderClassName
{
color: #9601DD;
}
.AnyTagClassName
{
color: #9601DD;
}
</style>
background-color css
<style>
a { background-color: #9601DD; }
a { background-color: rgb(150,1,221); }
div.DivClassName
{
background-color: #9601DD;
}
.BgClassName
{
background-color: #9601DD;
}
</style>
border-color css
<style>
span { border-color: #9601DD; }
span { border-color: rgb(150,1,221); }
td.TdClassName
{
border-color: #9601DD;
}
.TagClassName
{
border-color: #9601DD;
}
</style>