Shades of Dark Violet #9817CC
Tints of Dark Violet #9817CC
RGB
CMYK
RGB Variations
Color information
#9817CC (or 0x9817CC) is known color: Dark Violet. HEX triplet: 98, 17 and CC. RGB value is (152,23,204). Sum of RGB (Red+Green+Blue) = 152+23+204=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #9817CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9817CC is #67E833. Grayscale: #515151. Windows color (decimal): -6809652 or 13375384. OLE color: 13375384.
HSL color Cylindrical-coordinate representation of color #9817CC: hue angle of 282.76º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9817CC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 23 | 204 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.2 |
| HSL | 282.76º | 0.8% | 0.45% | - |
| HSV(B) | 282.76º | 0.89% | 0.8% | - |
| XYZ | 24.15 | 11.65 | 58.1 | - |
| YUV | 82.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 204 | 0.25 | 0.89 | 0 | 0.2 | 282.76 | 0.8 | 0.45 |
| Hex | 98 | 17 | CC | 19 | 59 | 0 | 14 | 11B | 50 | 2D |
| Octal | 230 | 27 | 314 | 31 | 131 | 0 | 24 | 433 | 120 | 55 |
| Binary | 10011000 | 10111 | 11001100 | 11001 | 1011001 | 0 | 10100 | 100011011 | 1010000 | 101101 |
Color Harmonies of #9817CC
Complementary color
Monochromatic Colors of #9817CC
Black with #9817CC
Text Example
Text Example
White with #9817CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817CC; }
p { color: rgb(152,23,204); }
H1.HeaderClassName
{
color: #9817CC;
}
.AnyTagClassName
{
color: #9817CC;
}
</style>
background-color css
<style>
a { background-color: #9817CC; }
a { background-color: rgb(152,23,204); }
div.DivClassName
{
background-color: #9817CC;
}
.BgClassName
{
background-color: #9817CC;
}
</style>
border-color css
<style>
span { border-color: #9817CC; }
span { border-color: rgb(152,23,204); }
td.TdClassName
{
border-color: #9817CC;
}
.TagClassName
{
border-color: #9817CC;
}
</style>