Shades of Dark Violet #8511CE
Tints of Dark Violet #8511CE
RGB
CMYK
RGB Variations
Color information
#8511CE (or 0x8511CE) is known color: Dark Violet. HEX triplet: 85, 11 and CE. RGB value is (133,17,206). Sum of RGB (Red+Green+Blue) = 133+17+206=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8511CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511CE is #7AEE31. Grayscale: #484848. Windows color (decimal): -8056370 or 13504901. OLE color: 13504901.
HSL color Cylindrical-coordinate representation of color #8511CE: hue angle of 276.83º 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 #8511CE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 17 | 206 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.19 |
| HSL | 276.83º | 0.85% | 0.44% | - |
| HSV(B) | 276.83º | 0.92% | 0.81% | - |
| XYZ | 21.01 | 9.84 | 59.18 | - |
| YUV | 73.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 206 | 0.35 | 0.92 | 0 | 0.19 | 276.83 | 0.85 | 0.44 |
| Hex | 85 | 11 | CE | 23 | 5C | 0 | 13 | 115 | 55 | 2C |
| Octal | 205 | 21 | 316 | 43 | 134 | 0 | 23 | 425 | 125 | 54 |
| Binary | 10000101 | 10001 | 11001110 | 100011 | 1011100 | 0 | 10011 | 100010101 | 1010101 | 101100 |
Color Harmonies of #8511CE
Complementary color
Monochromatic Colors of #8511CE
Black with #8511CE
Text Example
Text Example
White with #8511CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511CE; }
p { color: rgb(133,17,206); }
H1.HeaderClassName
{
color: #8511CE;
}
.AnyTagClassName
{
color: #8511CE;
}
</style>
background-color css
<style>
a { background-color: #8511CE; }
a { background-color: rgb(133,17,206); }
div.DivClassName
{
background-color: #8511CE;
}
.BgClassName
{
background-color: #8511CE;
}
</style>
border-color css
<style>
span { border-color: #8511CE; }
span { border-color: rgb(133,17,206); }
td.TdClassName
{
border-color: #8511CE;
}
.TagClassName
{
border-color: #8511CE;
}
</style>