Shades of Dark Violet #8912DB
Tints of Dark Violet #8912DB
RGB
CMYK
RGB Variations
Color information
#8912DB (or 0x8912DB) is known color: Dark Violet. HEX triplet: 89, 12 and DB. RGB value is (137,18,219). Sum of RGB (Red+Green+Blue) = 137+18+219=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #8912DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912DB is #76ED24. Grayscale: #4B4B4B. Windows color (decimal): -7793957 or 14357129. OLE color: 14357129.
HSL color Cylindrical-coordinate representation of color #8912DB: hue angle of 275.52º 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 #8912DB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 18 | 219 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.14 |
| HSL | 275.52º | 0.85% | 0.46% | - |
| HSV(B) | 275.52º | 0.92% | 0.86% | - |
| XYZ | 23.32 | 10.87 | 67.89 | - |
| YUV | 76.5 | 208.42 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 219 | 0.37 | 0.92 | 0 | 0.14 | 275.52 | 0.85 | 0.46 |
| Hex | 89 | 12 | DB | 25 | 5C | 0 | E | 114 | 55 | 2E |
| Octal | 211 | 22 | 333 | 45 | 134 | 0 | 16 | 424 | 125 | 56 |
| Binary | 10001001 | 10010 | 11011011 | 100101 | 1011100 | 0 | 1110 | 100010100 | 1010101 | 101110 |
Color Harmonies of #8912DB
Complementary color
Monochromatic Colors of #8912DB
Black with #8912DB
Text Example
Text Example
White with #8912DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912DB; }
p { color: rgb(137,18,219); }
H1.HeaderClassName
{
color: #8912DB;
}
.AnyTagClassName
{
color: #8912DB;
}
</style>
background-color css
<style>
a { background-color: #8912DB; }
a { background-color: rgb(137,18,219); }
div.DivClassName
{
background-color: #8912DB;
}
.BgClassName
{
background-color: #8912DB;
}
</style>
border-color css
<style>
span { border-color: #8912DB; }
span { border-color: rgb(137,18,219); }
td.TdClassName
{
border-color: #8912DB;
}
.TagClassName
{
border-color: #8912DB;
}
</style>