Shades of Dark Violet #8510CC
Tints of Dark Violet #8510CC
RGB
CMYK
RGB Variations
Color information
#8510CC (or 0x8510CC) is known color: Dark Violet. HEX triplet: 85, 10 and CC. RGB value is (133,16,204). Sum of RGB (Red+Green+Blue) = 133+16+204=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #8510CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510CC is #7AEF33. Grayscale: #474747. Windows color (decimal): -8056628 or 13373573. OLE color: 13373573.
HSL color Cylindrical-coordinate representation of color #8510CC: hue angle of 277.34º 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 #8510CC is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 16 | 204 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.2 |
| HSL | 277.34º | 0.85% | 0.43% | - |
| HSV(B) | 277.34º | 0.92% | 0.8% | - |
| XYZ | 20.76 | 9.72 | 57.91 | - |
| YUV | 72.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 204 | 0.35 | 0.92 | 0 | 0.2 | 277.34 | 0.85 | 0.43 |
| Hex | 85 | 10 | CC | 23 | 5C | 0 | 14 | 115 | 55 | 2B |
| Octal | 205 | 20 | 314 | 43 | 134 | 0 | 24 | 425 | 125 | 53 |
| Binary | 10000101 | 10000 | 11001100 | 100011 | 1011100 | 0 | 10100 | 100010101 | 1010101 | 101011 |
Color Harmonies of #8510CC
Complementary color
Monochromatic Colors of #8510CC
Black with #8510CC
Text Example
Text Example
White with #8510CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510CC; }
p { color: rgb(133,16,204); }
H1.HeaderClassName
{
color: #8510CC;
}
.AnyTagClassName
{
color: #8510CC;
}
</style>
background-color css
<style>
a { background-color: #8510CC; }
a { background-color: rgb(133,16,204); }
div.DivClassName
{
background-color: #8510CC;
}
.BgClassName
{
background-color: #8510CC;
}
</style>
border-color css
<style>
span { border-color: #8510CC; }
span { border-color: rgb(133,16,204); }
td.TdClassName
{
border-color: #8510CC;
}
.TagClassName
{
border-color: #8510CC;
}
</style>