Shades of Dark Violet #9812CC
Tints of Dark Violet #9812CC
RGB
CMYK
RGB Variations
Color information
#9812CC (or 0x9812CC) is known color: Dark Violet. HEX triplet: 98, 12 and CC. RGB value is (152,18,204). Sum of RGB (Red+Green+Blue) = 152+18+204=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9812CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9812CC is #67ED33. Grayscale: #4E4E4E. Windows color (decimal): -6810932 or 13374104. OLE color: 13374104.
HSL color Cylindrical-coordinate representation of color #9812CC: hue angle of 283.23º degrees, saturation: 0.84, 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 #9812CC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 18 | 204 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.2 |
| HSL | 283.23º | 0.84% | 0.44% | - |
| HSV(B) | 283.23º | 0.91% | 0.8% | - |
| XYZ | 24.06 | 11.47 | 58.07 | - |
| YUV | 79.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 204 | 0.25 | 0.91 | 0 | 0.2 | 283.23 | 0.84 | 0.44 |
| Hex | 98 | 12 | CC | 19 | 5B | 0 | 14 | 11B | 54 | 2C |
| Octal | 230 | 22 | 314 | 31 | 133 | 0 | 24 | 433 | 124 | 54 |
| Binary | 10011000 | 10010 | 11001100 | 11001 | 1011011 | 0 | 10100 | 100011011 | 1010100 | 101100 |
Color Harmonies of #9812CC
Complementary color
Monochromatic Colors of #9812CC
Black with #9812CC
Text Example
Text Example
White with #9812CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9812CC; }
p { color: rgb(152,18,204); }
H1.HeaderClassName
{
color: #9812CC;
}
.AnyTagClassName
{
color: #9812CC;
}
</style>
background-color css
<style>
a { background-color: #9812CC; }
a { background-color: rgb(152,18,204); }
div.DivClassName
{
background-color: #9812CC;
}
.BgClassName
{
background-color: #9812CC;
}
</style>
border-color css
<style>
span { border-color: #9812CC; }
span { border-color: rgb(152,18,204); }
td.TdClassName
{
border-color: #9812CC;
}
.TagClassName
{
border-color: #9812CC;
}
</style>