Shades of Dark Violet #9610C7
Tints of Dark Violet #9610C7
RGB
CMYK
RGB Variations
Color information
#9610C7 (or 0x9610C7) is known color: Dark Violet. HEX triplet: 96, 10 and C7. RGB value is (150,16,199). Sum of RGB (Red+Green+Blue) = 150+16+199=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #9610C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610C7 is #69EF38. Grayscale: #4C4C4C. Windows color (decimal): -6942521 or 13045910. OLE color: 13045910.
HSL color Cylindrical-coordinate representation of color #9610C7: hue angle of 283.93º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9610C7 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 16 | 199 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.22 |
| HSL | 283.93º | 0.85% | 0.42% | - |
| HSV(B) | 283.93º | 0.92% | 0.78% | - |
| XYZ | 23.07 | 10.98 | 54.94 | - |
| YUV | 76.93 | 196.89 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 199 | 0.25 | 0.92 | 0 | 0.22 | 283.93 | 0.85 | 0.42 |
| Hex | 96 | 10 | C7 | 19 | 5C | 0 | 16 | 11C | 55 | 2A |
| Octal | 226 | 20 | 307 | 31 | 134 | 0 | 26 | 434 | 125 | 52 |
| Binary | 10010110 | 10000 | 11000111 | 11001 | 1011100 | 0 | 10110 | 100011100 | 1010101 | 101010 |
Color Harmonies of #9610C7
Complementary color
Monochromatic Colors of #9610C7
Black with #9610C7
Text Example
Text Example
White with #9610C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610C7; }
p { color: rgb(150,16,199); }
H1.HeaderClassName
{
color: #9610C7;
}
.AnyTagClassName
{
color: #9610C7;
}
</style>
background-color css
<style>
a { background-color: #9610C7; }
a { background-color: rgb(150,16,199); }
div.DivClassName
{
background-color: #9610C7;
}
.BgClassName
{
background-color: #9610C7;
}
</style>
border-color css
<style>
span { border-color: #9610C7; }
span { border-color: rgb(150,16,199); }
td.TdClassName
{
border-color: #9610C7;
}
.TagClassName
{
border-color: #9610C7;
}
</style>