Shades of Dark Violet #8115B8
Tints of Dark Violet #8115B8
RGB
CMYK
RGB Variations
Color information
#8115B8 (or 0x8115B8) is known color: Dark Violet. HEX triplet: 81, 15 and B8. RGB value is (129,21,184). Sum of RGB (Red+Green+Blue) = 129+21+184=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #8115B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115B8 is #7EEA47. Grayscale: #474747. Windows color (decimal): -8317512 or 12064129. OLE color: 12064129.
HSL color Cylindrical-coordinate representation of color #8115B8: hue angle of 279.75º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8115B8 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 21 | 184 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.28 |
| HSL | 279.75º | 0.8% | 0.4% | - |
| HSV(B) | 279.75º | 0.89% | 0.72% | - |
| XYZ | 17.97 | 8.66 | 46.07 | - |
| YUV | 71.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 184 | 0.30 | 0.89 | 0 | 0.28 | 279.75 | 0.8 | 0.4 |
| Hex | 81 | 15 | B8 | 1E | 59 | 0 | 1C | 118 | 50 | 28 |
| Octal | 201 | 25 | 270 | 36 | 131 | 0 | 34 | 430 | 120 | 50 |
| Binary | 10000001 | 10101 | 10111000 | 11110 | 1011001 | 0 | 11100 | 100011000 | 1010000 | 101000 |
Color Harmonies of #8115B8
Complementary color
Monochromatic Colors of #8115B8
Black with #8115B8
Text Example
Text Example
White with #8115B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115B8; }
p { color: rgb(129,21,184); }
H1.HeaderClassName
{
color: #8115B8;
}
.AnyTagClassName
{
color: #8115B8;
}
</style>
background-color css
<style>
a { background-color: #8115B8; }
a { background-color: rgb(129,21,184); }
div.DivClassName
{
background-color: #8115B8;
}
.BgClassName
{
background-color: #8115B8;
}
</style>
border-color css
<style>
span { border-color: #8115B8; }
span { border-color: rgb(129,21,184); }
td.TdClassName
{
border-color: #8115B8;
}
.TagClassName
{
border-color: #8115B8;
}
</style>