Shades of Dark Violet #8111CF
Tints of Dark Violet #8111CF
RGB
CMYK
RGB Variations
Color information
#8111CF (or 0x8111CF) is known color: Dark Violet. HEX triplet: 81, 11 and CF. RGB value is (129,17,207). Sum of RGB (Red+Green+Blue) = 129+17+207=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #8111CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111CF is #7EEE30. Grayscale: #474747. Windows color (decimal): -8318513 or 13570433. OLE color: 13570433.
HSL color Cylindrical-coordinate representation of color #8111CF: hue angle of 275.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8111CF is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 17 | 207 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.19 |
| HSL | 275.37º | 0.85% | 0.44% | - |
| HSV(B) | 275.37º | 0.92% | 0.81% | - |
| XYZ | 20.52 | 9.57 | 59.8 | - |
| YUV | 72.15 | 204.11 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 207 | 0.38 | 0.92 | 0 | 0.19 | 275.37 | 0.85 | 0.44 |
| Hex | 81 | 11 | CF | 26 | 5C | 0 | 13 | 113 | 55 | 2C |
| Octal | 201 | 21 | 317 | 46 | 134 | 0 | 23 | 423 | 125 | 54 |
| Binary | 10000001 | 10001 | 11001111 | 100110 | 1011100 | 0 | 10011 | 100010011 | 1010101 | 101100 |
Color Harmonies of #8111CF
Complementary color
Monochromatic Colors of #8111CF
Black with #8111CF
Text Example
Text Example
White with #8111CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111CF; }
p { color: rgb(129,17,207); }
H1.HeaderClassName
{
color: #8111CF;
}
.AnyTagClassName
{
color: #8111CF;
}
</style>
background-color css
<style>
a { background-color: #8111CF; }
a { background-color: rgb(129,17,207); }
div.DivClassName
{
background-color: #8111CF;
}
.BgClassName
{
background-color: #8111CF;
}
</style>
border-color css
<style>
span { border-color: #8111CF; }
span { border-color: rgb(129,17,207); }
td.TdClassName
{
border-color: #8111CF;
}
.TagClassName
{
border-color: #8111CF;
}
</style>