Shades of Dark Violet #9812CB
Tints of Dark Violet #9812CB
RGB
CMYK
RGB Variations
Color information
#9812CB (or 0x9812CB) is known color: Dark Violet. HEX triplet: 98, 12 and CB. RGB value is (152,18,203). Sum of RGB (Red+Green+Blue) = 152+18+203=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #9812CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9812CB is #67ED34. Grayscale: #4E4E4E. Windows color (decimal): -6810933 or 13308568. OLE color: 13308568.
HSL color Cylindrical-coordinate representation of color #9812CB: hue angle of 283.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9812CB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 18 | 203 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.20 |
| HSL | 283.46º | 0.84% | 0.43% | - |
| HSV(B) | 283.46º | 0.91% | 0.8% | - |
| XYZ | 23.94 | 11.42 | 57.44 | - |
| YUV | 79.16 | 197.89 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 203 | 0.25 | 0.91 | 0 | 0.20 | 283.46 | 0.84 | 0.43 |
| Hex | 98 | 12 | CB | 19 | 5B | 0 | 14 | 11B | 54 | 2B |
| Octal | 230 | 22 | 313 | 31 | 133 | 0 | 24 | 433 | 124 | 53 |
| Binary | 10011000 | 10010 | 11001011 | 11001 | 1011011 | 0 | 10100 | 100011011 | 1010100 | 101011 |
Color Harmonies of #9812CB
Complementary color
Monochromatic Colors of #9812CB
Black with #9812CB
Text Example
Text Example
White with #9812CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9812CB; }
p { color: rgb(152,18,203); }
H1.HeaderClassName
{
color: #9812CB;
}
.AnyTagClassName
{
color: #9812CB;
}
</style>
background-color css
<style>
a { background-color: #9812CB; }
a { background-color: rgb(152,18,203); }
div.DivClassName
{
background-color: #9812CB;
}
.BgClassName
{
background-color: #9812CB;
}
</style>
border-color css
<style>
span { border-color: #9812CB; }
span { border-color: rgb(152,18,203); }
td.TdClassName
{
border-color: #9812CB;
}
.TagClassName
{
border-color: #9812CB;
}
</style>