Shades of Dark Violet #9817CB
Tints of Dark Violet #9817CB
RGB
CMYK
RGB Variations
Color information
#9817CB (or 0x9817CB) is known color: Dark Violet. HEX triplet: 98, 17 and CB. RGB value is (152,23,203). Sum of RGB (Red+Green+Blue) = 152+23+203=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #9817CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9817CB is #67E834. Grayscale: #515151. Windows color (decimal): -6809653 or 13309848. OLE color: 13309848.
HSL color Cylindrical-coordinate representation of color #9817CB: hue angle of 283º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9817CB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 23 | 203 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.20 |
| HSL | 283º | 0.8% | 0.44% | - |
| HSV(B) | 283º | 0.89% | 0.8% | - |
| XYZ | 24.03 | 11.6 | 57.47 | - |
| YUV | 82.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 203 | 0.25 | 0.89 | 0 | 0.20 | 283 | 0.8 | 0.44 |
| Hex | 98 | 17 | CB | 19 | 59 | 0 | 14 | 11B | 50 | 2C |
| Octal | 230 | 27 | 313 | 31 | 131 | 0 | 24 | 433 | 120 | 54 |
| Binary | 10011000 | 10111 | 11001011 | 11001 | 1011001 | 0 | 10100 | 100011011 | 1010000 | 101100 |
Color Harmonies of #9817CB
Complementary color
Monochromatic Colors of #9817CB
Black with #9817CB
Text Example
Text Example
White with #9817CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817CB; }
p { color: rgb(152,23,203); }
H1.HeaderClassName
{
color: #9817CB;
}
.AnyTagClassName
{
color: #9817CB;
}
</style>
background-color css
<style>
a { background-color: #9817CB; }
a { background-color: rgb(152,23,203); }
div.DivClassName
{
background-color: #9817CB;
}
.BgClassName
{
background-color: #9817CB;
}
</style>
border-color css
<style>
span { border-color: #9817CB; }
span { border-color: rgb(152,23,203); }
td.TdClassName
{
border-color: #9817CB;
}
.TagClassName
{
border-color: #9817CB;
}
</style>