Shades of Dark Violet #9816CB
Tints of Dark Violet #9816CB
RGB
CMYK
RGB Variations
Color information
#9816CB (or 0x9816CB) is known color: Dark Violet. HEX triplet: 98, 16 and CB. RGB value is (152,22,203). Sum of RGB (Red+Green+Blue) = 152+22+203=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #9816CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816CB is #67E934. Grayscale: #505050. Windows color (decimal): -6809909 or 13309592. OLE color: 13309592.
HSL color Cylindrical-coordinate representation of color #9816CB: hue angle of 283.09º 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 #9816CB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 22 | 203 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.20 |
| HSL | 283.09º | 0.8% | 0.44% | - |
| HSV(B) | 283.09º | 0.89% | 0.8% | - |
| XYZ | 24.02 | 11.56 | 57.47 | - |
| YUV | 81.5 | 196.57 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 203 | 0.25 | 0.89 | 0 | 0.20 | 283.09 | 0.8 | 0.44 |
| Hex | 98 | 16 | CB | 19 | 59 | 0 | 14 | 11B | 50 | 2C |
| Octal | 230 | 26 | 313 | 31 | 131 | 0 | 24 | 433 | 120 | 54 |
| Binary | 10011000 | 10110 | 11001011 | 11001 | 1011001 | 0 | 10100 | 100011011 | 1010000 | 101100 |
Color Harmonies of #9816CB
Complementary color
Monochromatic Colors of #9816CB
Black with #9816CB
Text Example
Text Example
White with #9816CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816CB; }
p { color: rgb(152,22,203); }
H1.HeaderClassName
{
color: #9816CB;
}
.AnyTagClassName
{
color: #9816CB;
}
</style>
background-color css
<style>
a { background-color: #9816CB; }
a { background-color: rgb(152,22,203); }
div.DivClassName
{
background-color: #9816CB;
}
.BgClassName
{
background-color: #9816CB;
}
</style>
border-color css
<style>
span { border-color: #9816CB; }
span { border-color: rgb(152,22,203); }
td.TdClassName
{
border-color: #9816CB;
}
.TagClassName
{
border-color: #9816CB;
}
</style>