Shades of Dark Violet #9912C1
Tints of Dark Violet #9912C1
RGB
CMYK
RGB Variations
Color information
#9912C1 (or 0x9912C1) is known color: Dark Violet. HEX triplet: 99, 12 and C1. RGB value is (153,18,193). Sum of RGB (Red+Green+Blue) = 153+18+193=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #9912C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912C1 is #66ED3E. Grayscale: #4D4D4D. Windows color (decimal): -6745407 or 12653209. OLE color: 12653209.
HSL color Cylindrical-coordinate representation of color #9912C1: hue angle of 286.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9912C1 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 18 | 193 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.24 |
| HSL | 286.29º | 0.83% | 0.41% | - |
| HSV(B) | 286.29º | 0.91% | 0.76% | - |
| XYZ | 22.98 | 11.06 | 51.37 | - |
| YUV | 78.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 193 | 0.21 | 0.91 | 0 | 0.24 | 286.29 | 0.83 | 0.41 |
| Hex | 99 | 12 | C1 | 15 | 5B | 0 | 18 | 11E | 53 | 29 |
| Octal | 231 | 22 | 301 | 25 | 133 | 0 | 30 | 436 | 123 | 51 |
| Binary | 10011001 | 10010 | 11000001 | 10101 | 1011011 | 0 | 11000 | 100011110 | 1010011 | 101001 |
Color Harmonies of #9912C1
Complementary color
Monochromatic Colors of #9912C1
Black with #9912C1
Text Example
Text Example
White with #9912C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912C1; }
p { color: rgb(153,18,193); }
H1.HeaderClassName
{
color: #9912C1;
}
.AnyTagClassName
{
color: #9912C1;
}
</style>
background-color css
<style>
a { background-color: #9912C1; }
a { background-color: rgb(153,18,193); }
div.DivClassName
{
background-color: #9912C1;
}
.BgClassName
{
background-color: #9912C1;
}
</style>
border-color css
<style>
span { border-color: #9912C1; }
span { border-color: rgb(153,18,193); }
td.TdClassName
{
border-color: #9912C1;
}
.TagClassName
{
border-color: #9912C1;
}
</style>