Shades of Dark Violet #8712DB
Tints of Dark Violet #8712DB
RGB
CMYK
RGB Variations
Color information
#8712DB (or 0x8712DB) is known color: Dark Violet. HEX triplet: 87, 12 and DB. RGB value is (135,18,219). Sum of RGB (Red+Green+Blue) = 135+18+219=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8712DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712DB is #78ED24. Grayscale: #4B4B4B. Windows color (decimal): -7925029 or 14357127. OLE color: 14357127.
HSL color Cylindrical-coordinate representation of color #8712DB: hue angle of 274.93º 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 #8712DB is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 18 | 219 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.14 |
| HSL | 274.93º | 0.85% | 0.46% | - |
| HSV(B) | 274.93º | 0.92% | 0.86% | - |
| XYZ | 22.99 | 10.7 | 67.87 | - |
| YUV | 75.9 | 208.76 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 219 | 0.38 | 0.92 | 0 | 0.14 | 274.93 | 0.85 | 0.46 |
| Hex | 87 | 12 | DB | 26 | 5C | 0 | E | 113 | 55 | 2E |
| Octal | 207 | 22 | 333 | 46 | 134 | 0 | 16 | 423 | 125 | 56 |
| Binary | 10000111 | 10010 | 11011011 | 100110 | 1011100 | 0 | 1110 | 100010011 | 1010101 | 101110 |
Color Harmonies of #8712DB
Complementary color
Monochromatic Colors of #8712DB
Black with #8712DB
Text Example
Text Example
White with #8712DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712DB; }
p { color: rgb(135,18,219); }
H1.HeaderClassName
{
color: #8712DB;
}
.AnyTagClassName
{
color: #8712DB;
}
</style>
background-color css
<style>
a { background-color: #8712DB; }
a { background-color: rgb(135,18,219); }
div.DivClassName
{
background-color: #8712DB;
}
.BgClassName
{
background-color: #8712DB;
}
</style>
border-color css
<style>
span { border-color: #8712DB; }
span { border-color: rgb(135,18,219); }
td.TdClassName
{
border-color: #8712DB;
}
.TagClassName
{
border-color: #8712DB;
}
</style>