Shades of Dark Violet #8712B7
Tints of Dark Violet #8712B7
RGB
CMYK
RGB Variations
Color information
#8712B7 (or 0x8712B7) is known color: Dark Violet. HEX triplet: 87, 12 and B7. RGB value is (135,18,183). Sum of RGB (Red+Green+Blue) = 135+18+183=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #8712B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712B7 is #78ED48. Grayscale: #474747. Windows color (decimal): -7925065 or 11997831. OLE color: 11997831.
HSL color Cylindrical-coordinate representation of color #8712B7: hue angle of 282.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8712B7 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 18 | 183 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.28 |
| HSL | 282.55º | 0.82% | 0.39% | - |
| HSV(B) | 282.55º | 0.9% | 0.72% | - |
| XYZ | 18.76 | 9 | 45.55 | - |
| YUV | 71.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 183 | 0.26 | 0.90 | 0 | 0.28 | 282.55 | 0.82 | 0.39 |
| Hex | 87 | 12 | B7 | 1A | 5A | 0 | 1C | 11B | 52 | 27 |
| Octal | 207 | 22 | 267 | 32 | 132 | 0 | 34 | 433 | 122 | 47 |
| Binary | 10000111 | 10010 | 10110111 | 11010 | 1011010 | 0 | 11100 | 100011011 | 1010010 | 100111 |
Color Harmonies of #8712B7
Complementary color
Monochromatic Colors of #8712B7
Black with #8712B7
Text Example
Text Example
White with #8712B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712B7; }
p { color: rgb(135,18,183); }
H1.HeaderClassName
{
color: #8712B7;
}
.AnyTagClassName
{
color: #8712B7;
}
</style>
background-color css
<style>
a { background-color: #8712B7; }
a { background-color: rgb(135,18,183); }
div.DivClassName
{
background-color: #8712B7;
}
.BgClassName
{
background-color: #8712B7;
}
</style>
border-color css
<style>
span { border-color: #8712B7; }
span { border-color: rgb(135,18,183); }
td.TdClassName
{
border-color: #8712B7;
}
.TagClassName
{
border-color: #8712B7;
}
</style>