Shades of Dark Violet #8511CC
Tints of Dark Violet #8511CC
RGB
CMYK
RGB Variations
Color information
#8511CC (or 0x8511CC) is known color: Dark Violet. HEX triplet: 85, 11 and CC. RGB value is (133,17,204). Sum of RGB (Red+Green+Blue) = 133+17+204=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #8511CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511CC is #7AEE33. Grayscale: #484848. Windows color (decimal): -8056372 or 13373829. OLE color: 13373829.
HSL color Cylindrical-coordinate representation of color #8511CC: hue angle of 277.22º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8511CC is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 17 | 204 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.2 |
| HSL | 277.22º | 0.85% | 0.43% | - |
| HSV(B) | 277.22º | 0.92% | 0.8% | - |
| XYZ | 20.77 | 9.75 | 57.91 | - |
| YUV | 73 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 204 | 0.35 | 0.92 | 0 | 0.2 | 277.22 | 0.85 | 0.43 |
| Hex | 85 | 11 | CC | 23 | 5C | 0 | 14 | 115 | 55 | 2B |
| Octal | 205 | 21 | 314 | 43 | 134 | 0 | 24 | 425 | 125 | 53 |
| Binary | 10000101 | 10001 | 11001100 | 100011 | 1011100 | 0 | 10100 | 100010101 | 1010101 | 101011 |
Color Harmonies of #8511CC
Complementary color
Monochromatic Colors of #8511CC
Black with #8511CC
Text Example
Text Example
White with #8511CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511CC; }
p { color: rgb(133,17,204); }
H1.HeaderClassName
{
color: #8511CC;
}
.AnyTagClassName
{
color: #8511CC;
}
</style>
background-color css
<style>
a { background-color: #8511CC; }
a { background-color: rgb(133,17,204); }
div.DivClassName
{
background-color: #8511CC;
}
.BgClassName
{
background-color: #8511CC;
}
</style>
border-color css
<style>
span { border-color: #8511CC; }
span { border-color: rgb(133,17,204); }
td.TdClassName
{
border-color: #8511CC;
}
.TagClassName
{
border-color: #8511CC;
}
</style>