Shades of Dark Violet #8111B7
Tints of Dark Violet #8111B7
RGB
CMYK
RGB Variations
Color information
#8111B7 (or 0x8111B7) is known color: Dark Violet. HEX triplet: 81, 11 and B7. RGB value is (129,17,183). Sum of RGB (Red+Green+Blue) = 129+17+183=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #8111B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111B7 is #7EEE48. Grayscale: #444444. Windows color (decimal): -8318537 or 11997569. OLE color: 11997569.
HSL color Cylindrical-coordinate representation of color #8111B7: hue angle of 280.48º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8111B7 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 17 | 183 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.28 |
| HSL | 280.48º | 0.83% | 0.39% | - |
| HSV(B) | 280.48º | 0.91% | 0.72% | - |
| XYZ | 17.8 | 8.49 | 45.5 | - |
| YUV | 69.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 183 | 0.30 | 0.91 | 0 | 0.28 | 280.48 | 0.83 | 0.39 |
| Hex | 81 | 11 | B7 | 1E | 5B | 0 | 1C | 118 | 53 | 27 |
| Octal | 201 | 21 | 267 | 36 | 133 | 0 | 34 | 430 | 123 | 47 |
| Binary | 10000001 | 10001 | 10110111 | 11110 | 1011011 | 0 | 11100 | 100011000 | 1010011 | 100111 |
Color Harmonies of #8111B7
Complementary color
Monochromatic Colors of #8111B7
Black with #8111B7
Text Example
Text Example
White with #8111B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111B7; }
p { color: rgb(129,17,183); }
H1.HeaderClassName
{
color: #8111B7;
}
.AnyTagClassName
{
color: #8111B7;
}
</style>
background-color css
<style>
a { background-color: #8111B7; }
a { background-color: rgb(129,17,183); }
div.DivClassName
{
background-color: #8111B7;
}
.BgClassName
{
background-color: #8111B7;
}
</style>
border-color css
<style>
span { border-color: #8111B7; }
span { border-color: rgb(129,17,183); }
td.TdClassName
{
border-color: #8111B7;
}
.TagClassName
{
border-color: #8111B7;
}
</style>