Shades of Dark Violet #8112CF
Tints of Dark Violet #8112CF
RGB
CMYK
RGB Variations
Color information
#8112CF (or 0x8112CF) is known color: Dark Violet. HEX triplet: 81, 12 and CF. RGB value is (129,18,207). Sum of RGB (Red+Green+Blue) = 129+18+207=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #8112CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8112CF is #7EED30. Grayscale: #484848. Windows color (decimal): -8318257 or 13570689. OLE color: 13570689.
HSL color Cylindrical-coordinate representation of color #8112CF: hue angle of 275.24º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8112CF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 18 | 207 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.19 |
| HSL | 275.24º | 0.84% | 0.44% | - |
| HSV(B) | 275.24º | 0.91% | 0.81% | - |
| XYZ | 20.53 | 9.6 | 59.8 | - |
| YUV | 72.74 | 203.77 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 207 | 0.38 | 0.91 | 0 | 0.19 | 275.24 | 0.84 | 0.44 |
| Hex | 81 | 12 | CF | 26 | 5B | 0 | 13 | 113 | 54 | 2C |
| Octal | 201 | 22 | 317 | 46 | 133 | 0 | 23 | 423 | 124 | 54 |
| Binary | 10000001 | 10010 | 11001111 | 100110 | 1011011 | 0 | 10011 | 100010011 | 1010100 | 101100 |
Color Harmonies of #8112CF
Complementary color
Monochromatic Colors of #8112CF
Black with #8112CF
Text Example
Text Example
White with #8112CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112CF; }
p { color: rgb(129,18,207); }
H1.HeaderClassName
{
color: #8112CF;
}
.AnyTagClassName
{
color: #8112CF;
}
</style>
background-color css
<style>
a { background-color: #8112CF; }
a { background-color: rgb(129,18,207); }
div.DivClassName
{
background-color: #8112CF;
}
.BgClassName
{
background-color: #8112CF;
}
</style>
border-color css
<style>
span { border-color: #8112CF; }
span { border-color: rgb(129,18,207); }
td.TdClassName
{
border-color: #8112CF;
}
.TagClassName
{
border-color: #8112CF;
}
</style>