Shades of Dark Violet #9610DA
Tints of Dark Violet #9610DA
RGB
CMYK
RGB Variations
Color information
#9610DA (or 0x9610DA) is known color: Dark Violet. HEX triplet: 96, 10 and DA. RGB value is (150,16,218). Sum of RGB (Red+Green+Blue) = 150+16+218=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #9610DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610DA is #69EF25. Grayscale: #4E4E4E. Windows color (decimal): -6942502 or 14291094. OLE color: 14291094.
HSL color Cylindrical-coordinate representation of color #9610DA: hue angle of 279.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610DA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 16 | 218 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.15 |
| HSL | 279.8º | 0.86% | 0.46% | - |
| HSV(B) | 279.8º | 0.93% | 0.85% | - |
| XYZ | 25.42 | 11.92 | 67.29 | - |
| YUV | 79.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 218 | 0.31 | 0.93 | 0 | 0.15 | 279.8 | 0.86 | 0.46 |
| Hex | 96 | 10 | DA | 1F | 5D | 0 | F | 118 | 56 | 2E |
| Octal | 226 | 20 | 332 | 37 | 135 | 0 | 17 | 430 | 126 | 56 |
| Binary | 10010110 | 10000 | 11011010 | 11111 | 1011101 | 0 | 1111 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9610DA
Complementary color
Monochromatic Colors of #9610DA
Black with #9610DA
Text Example
Text Example
White with #9610DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610DA; }
p { color: rgb(150,16,218); }
H1.HeaderClassName
{
color: #9610DA;
}
.AnyTagClassName
{
color: #9610DA;
}
</style>
background-color css
<style>
a { background-color: #9610DA; }
a { background-color: rgb(150,16,218); }
div.DivClassName
{
background-color: #9610DA;
}
.BgClassName
{
background-color: #9610DA;
}
</style>
border-color css
<style>
span { border-color: #9610DA; }
span { border-color: rgb(150,16,218); }
td.TdClassName
{
border-color: #9610DA;
}
.TagClassName
{
border-color: #9610DA;
}
</style>