Shades of Dark Violet #9601D5
Tints of Dark Violet #9601D5
RGB
CMYK
RGB Variations
Color information
#9601D5 (or 0x9601D5) is known color: Dark Violet. HEX triplet: 96, 01 and D5. RGB value is (150,1,213). Sum of RGB (Red+Green+Blue) = 150+1+213=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #9601D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601D5 is #69FE2A. Grayscale: #454545. Windows color (decimal): -6946347 or 13959574. OLE color: 13959574.
HSL color Cylindrical-coordinate representation of color #9601D5: hue angle of 282.17º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601D5 is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 1 | 213 | - |
| CMYK | 0.30 | 1.00 | 0 | 0.16 |
| HSL | 282.17º | 0.99% | 0.42% | - |
| HSV(B) | 282.17º | 1% | 0.84% | - |
| XYZ | 24.6 | 11.31 | 63.84 | - |
| YUV | 69.72 | 208.86 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 213 | 0.30 | 1.00 | 0 | 0.16 | 282.17 | 0.99 | 0.42 |
| Hex | 96 | 1 | D5 | 1E | 64 | 0 | 10 | 11A | 63 | 2A |
| Octal | 226 | 1 | 325 | 36 | 144 | 0 | 20 | 432 | 143 | 52 |
| Binary | 10010110 | 1 | 11010101 | 11110 | 1100100 | 0 | 10000 | 100011010 | 1100011 | 101010 |
Color Harmonies of #9601D5
Complementary color
Monochromatic Colors of #9601D5
Black with #9601D5
Text Example
Text Example
White with #9601D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601D5; }
p { color: rgb(150,1,213); }
H1.HeaderClassName
{
color: #9601D5;
}
.AnyTagClassName
{
color: #9601D5;
}
</style>
background-color css
<style>
a { background-color: #9601D5; }
a { background-color: rgb(150,1,213); }
div.DivClassName
{
background-color: #9601D5;
}
.BgClassName
{
background-color: #9601D5;
}
</style>
border-color css
<style>
span { border-color: #9601D5; }
span { border-color: rgb(150,1,213); }
td.TdClassName
{
border-color: #9601D5;
}
.TagClassName
{
border-color: #9601D5;
}
</style>