Shades of Dark Violet #8712BD
Tints of Dark Violet #8712BD
RGB
CMYK
RGB Variations
Color information
#8712BD (or 0x8712BD) is known color: Dark Violet. HEX triplet: 87, 12 and BD. RGB value is (135,18,189). Sum of RGB (Red+Green+Blue) = 135+18+189=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #8712BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712BD is #78ED42. Grayscale: #474747. Windows color (decimal): -7925059 or 12391047. OLE color: 12391047.
HSL color Cylindrical-coordinate representation of color #8712BD: hue angle of 281.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8712BD is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 18 | 189 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.26 |
| HSL | 281.05º | 0.83% | 0.41% | - |
| HSV(B) | 281.05º | 0.9% | 0.74% | - |
| XYZ | 19.39 | 9.26 | 48.91 | - |
| YUV | 72.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 189 | 0.29 | 0.90 | 0 | 0.26 | 281.05 | 0.83 | 0.41 |
| Hex | 87 | 12 | BD | 1D | 5A | 0 | 1A | 119 | 53 | 29 |
| Octal | 207 | 22 | 275 | 35 | 132 | 0 | 32 | 431 | 123 | 51 |
| Binary | 10000111 | 10010 | 10111101 | 11101 | 1011010 | 0 | 11010 | 100011001 | 1010011 | 101001 |
Color Harmonies of #8712BD
Complementary color
Monochromatic Colors of #8712BD
Black with #8712BD
Text Example
Text Example
White with #8712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712BD; }
p { color: rgb(135,18,189); }
H1.HeaderClassName
{
color: #8712BD;
}
.AnyTagClassName
{
color: #8712BD;
}
</style>
background-color css
<style>
a { background-color: #8712BD; }
a { background-color: rgb(135,18,189); }
div.DivClassName
{
background-color: #8712BD;
}
.BgClassName
{
background-color: #8712BD;
}
</style>
border-color css
<style>
span { border-color: #8712BD; }
span { border-color: rgb(135,18,189); }
td.TdClassName
{
border-color: #8712BD;
}
.TagClassName
{
border-color: #8712BD;
}
</style>