Shades of Dark Violet #9912DA
Tints of Dark Violet #9912DA
RGB
CMYK
RGB Variations
Color information
#9912DA (or 0x9912DA) is known color: Dark Violet. HEX triplet: 99, 12 and DA. RGB value is (153,18,218). Sum of RGB (Red+Green+Blue) = 153+18+218=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #9912DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912DA is #66ED25. Grayscale: #505050. Windows color (decimal): -6745382 or 14291609. OLE color: 14291609.
HSL color Cylindrical-coordinate representation of color #9912DA: hue angle of 280.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9912DA is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 18 | 218 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.15 |
| HSL | 280.5º | 0.85% | 0.46% | - |
| HSV(B) | 280.5º | 0.92% | 0.85% | - |
| XYZ | 26.01 | 12.27 | 67.33 | - |
| YUV | 81.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 218 | 0.30 | 0.92 | 0 | 0.15 | 280.5 | 0.85 | 0.46 |
| Hex | 99 | 12 | DA | 1E | 5C | 0 | F | 118 | 55 | 2E |
| Octal | 231 | 22 | 332 | 36 | 134 | 0 | 17 | 430 | 125 | 56 |
| Binary | 10011001 | 10010 | 11011010 | 11110 | 1011100 | 0 | 1111 | 100011000 | 1010101 | 101110 |
Color Harmonies of #9912DA
Complementary color
Monochromatic Colors of #9912DA
Black with #9912DA
Text Example
Text Example
White with #9912DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912DA; }
p { color: rgb(153,18,218); }
H1.HeaderClassName
{
color: #9912DA;
}
.AnyTagClassName
{
color: #9912DA;
}
</style>
background-color css
<style>
a { background-color: #9912DA; }
a { background-color: rgb(153,18,218); }
div.DivClassName
{
background-color: #9912DA;
}
.BgClassName
{
background-color: #9912DA;
}
</style>
border-color css
<style>
span { border-color: #9912DA; }
span { border-color: rgb(153,18,218); }
td.TdClassName
{
border-color: #9912DA;
}
.TagClassName
{
border-color: #9912DA;
}
</style>