Shades of Dark Violet #9812DB
Tints of Dark Violet #9812DB
RGB
CMYK
RGB Variations
Color information
#9812DB (or 0x9812DB) is known color: Dark Violet. HEX triplet: 98, 12 and DB. RGB value is (152,18,219). Sum of RGB (Red+Green+Blue) = 152+18+219=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #9812DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9812DB is #67ED24. Grayscale: #505050. Windows color (decimal): -6810917 or 14357144. OLE color: 14357144.
HSL color Cylindrical-coordinate representation of color #9812DB: hue angle of 280º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9812DB is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 18 | 219 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.14 |
| HSL | 280º | 0.85% | 0.46% | - |
| HSV(B) | 280º | 0.92% | 0.86% | - |
| XYZ | 25.95 | 12.22 | 68.01 | - |
| YUV | 80.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 219 | 0.31 | 0.92 | 0 | 0.14 | 280 | 0.85 | 0.46 |
| Hex | 98 | 12 | DB | 1F | 5C | 0 | E | 118 | 55 | 2E |
| Octal | 230 | 22 | 333 | 37 | 134 | 0 | 16 | 430 | 125 | 56 |
| Binary | 10011000 | 10010 | 11011011 | 11111 | 1011100 | 0 | 1110 | 100011000 | 1010101 | 101110 |
Color Harmonies of #9812DB
Complementary color
Monochromatic Colors of #9812DB
Black with #9812DB
Text Example
Text Example
White with #9812DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9812DB; }
p { color: rgb(152,18,219); }
H1.HeaderClassName
{
color: #9812DB;
}
.AnyTagClassName
{
color: #9812DB;
}
</style>
background-color css
<style>
a { background-color: #9812DB; }
a { background-color: rgb(152,18,219); }
div.DivClassName
{
background-color: #9812DB;
}
.BgClassName
{
background-color: #9812DB;
}
</style>
border-color css
<style>
span { border-color: #9812DB; }
span { border-color: rgb(152,18,219); }
td.TdClassName
{
border-color: #9812DB;
}
.TagClassName
{
border-color: #9812DB;
}
</style>