Shades of Dark Violet #8511CF
Tints of Dark Violet #8511CF
RGB
CMYK
RGB Variations
Color information
#8511CF (or 0x8511CF) is known color: Dark Violet. HEX triplet: 85, 11 and CF. RGB value is (133,17,207). Sum of RGB (Red+Green+Blue) = 133+17+207=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #8511CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511CF is #7AEE30. Grayscale: #484848. Windows color (decimal): -8056369 or 13570437. OLE color: 13570437.
HSL color Cylindrical-coordinate representation of color #8511CF: hue angle of 276.63º 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 #8511CF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 17 | 207 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.19 |
| HSL | 276.63º | 0.85% | 0.44% | - |
| HSV(B) | 276.63º | 0.92% | 0.81% | - |
| XYZ | 21.14 | 9.89 | 59.83 | - |
| YUV | 73.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 207 | 0.36 | 0.92 | 0 | 0.19 | 276.63 | 0.85 | 0.44 |
| Hex | 85 | 11 | CF | 24 | 5C | 0 | 13 | 115 | 55 | 2C |
| Octal | 205 | 21 | 317 | 44 | 134 | 0 | 23 | 425 | 125 | 54 |
| Binary | 10000101 | 10001 | 11001111 | 100100 | 1011100 | 0 | 10011 | 100010101 | 1010101 | 101100 |
Color Harmonies of #8511CF
Complementary color
Monochromatic Colors of #8511CF
Black with #8511CF
Text Example
Text Example
White with #8511CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511CF; }
p { color: rgb(133,17,207); }
H1.HeaderClassName
{
color: #8511CF;
}
.AnyTagClassName
{
color: #8511CF;
}
</style>
background-color css
<style>
a { background-color: #8511CF; }
a { background-color: rgb(133,17,207); }
div.DivClassName
{
background-color: #8511CF;
}
.BgClassName
{
background-color: #8511CF;
}
</style>
border-color css
<style>
span { border-color: #8511CF; }
span { border-color: rgb(133,17,207); }
td.TdClassName
{
border-color: #8511CF;
}
.TagClassName
{
border-color: #8511CF;
}
</style>