Shades of Dark Violet #9813CB
Tints of Dark Violet #9813CB
RGB
CMYK
RGB Variations
Color information
#9813CB (or 0x9813CB) is known color: Dark Violet. HEX triplet: 98, 13 and CB. RGB value is (152,19,203). Sum of RGB (Red+Green+Blue) = 152+19+203=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #9813CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813CB is #67EC34. Grayscale: #4F4F4F. Windows color (decimal): -6810677 or 13308824. OLE color: 13308824.
HSL color Cylindrical-coordinate representation of color #9813CB: hue angle of 283.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9813CB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 19 | 203 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.20 |
| HSL | 283.37º | 0.83% | 0.44% | - |
| HSV(B) | 283.37º | 0.91% | 0.8% | - |
| XYZ | 23.96 | 11.45 | 57.45 | - |
| YUV | 79.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 203 | 0.25 | 0.91 | 0 | 0.20 | 283.37 | 0.83 | 0.44 |
| Hex | 98 | 13 | CB | 19 | 5B | 0 | 14 | 11B | 53 | 2C |
| Octal | 230 | 23 | 313 | 31 | 133 | 0 | 24 | 433 | 123 | 54 |
| Binary | 10011000 | 10011 | 11001011 | 11001 | 1011011 | 0 | 10100 | 100011011 | 1010011 | 101100 |
Color Harmonies of #9813CB
Complementary color
Monochromatic Colors of #9813CB
Black with #9813CB
Text Example
Text Example
White with #9813CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813CB; }
p { color: rgb(152,19,203); }
H1.HeaderClassName
{
color: #9813CB;
}
.AnyTagClassName
{
color: #9813CB;
}
</style>
background-color css
<style>
a { background-color: #9813CB; }
a { background-color: rgb(152,19,203); }
div.DivClassName
{
background-color: #9813CB;
}
.BgClassName
{
background-color: #9813CB;
}
</style>
border-color css
<style>
span { border-color: #9813CB; }
span { border-color: rgb(152,19,203); }
td.TdClassName
{
border-color: #9813CB;
}
.TagClassName
{
border-color: #9813CB;
}
</style>