Shades of Dark Violet #8515CC
Tints of Dark Violet #8515CC
RGB
CMYK
RGB Variations
Color information
#8515CC (or 0x8515CC) is known color: Dark Violet. HEX triplet: 85, 15 and CC. RGB value is (133,21,204). Sum of RGB (Red+Green+Blue) = 133+21+204=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #8515CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CC is #7AEA33. Grayscale: #4A4A4A. Windows color (decimal): -8055348 or 13374853. OLE color: 13374853.
HSL color Cylindrical-coordinate representation of color #8515CC: hue angle of 276.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515CC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 21 | 204 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.2 |
| HSL | 276.72º | 0.81% | 0.44% | - |
| HSV(B) | 276.72º | 0.9% | 0.8% | - |
| XYZ | 20.84 | 9.88 | 57.94 | - |
| YUV | 75.35 | 200.61 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 204 | 0.35 | 0.90 | 0 | 0.2 | 276.72 | 0.81 | 0.44 |
| Hex | 85 | 15 | CC | 23 | 5A | 0 | 14 | 115 | 51 | 2C |
| Octal | 205 | 25 | 314 | 43 | 132 | 0 | 24 | 425 | 121 | 54 |
| Binary | 10000101 | 10101 | 11001100 | 100011 | 1011010 | 0 | 10100 | 100010101 | 1010001 | 101100 |
Color Harmonies of #8515CC
Complementary color
Monochromatic Colors of #8515CC
Black with #8515CC
Text Example
Text Example
White with #8515CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515CC; }
p { color: rgb(133,21,204); }
H1.HeaderClassName
{
color: #8515CC;
}
.AnyTagClassName
{
color: #8515CC;
}
</style>
background-color css
<style>
a { background-color: #8515CC; }
a { background-color: rgb(133,21,204); }
div.DivClassName
{
background-color: #8515CC;
}
.BgClassName
{
background-color: #8515CC;
}
</style>
border-color css
<style>
span { border-color: #8515CC; }
span { border-color: rgb(133,21,204); }
td.TdClassName
{
border-color: #8515CC;
}
.TagClassName
{
border-color: #8515CC;
}
</style>