Shades of Dark Violet #8515CA
Tints of Dark Violet #8515CA
RGB
CMYK
RGB Variations
Color information
#8515CA (or 0x8515CA) is known color: Dark Violet. HEX triplet: 85, 15 and CA. RGB value is (133,21,202). Sum of RGB (Red+Green+Blue) = 133+21+202=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #8515CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CA is #7AEA35. Grayscale: #4A4A4A. Windows color (decimal): -8055350 or 13243781. OLE color: 13243781.
HSL color Cylindrical-coordinate representation of color #8515CA: hue angle of 277.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515CA is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 21 | 202 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.21 |
| HSL | 277.13º | 0.81% | 0.44% | - |
| HSV(B) | 277.13º | 0.9% | 0.79% | - |
| XYZ | 20.6 | 9.79 | 56.68 | - |
| YUV | 75.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 202 | 0.34 | 0.90 | 0 | 0.21 | 277.13 | 0.81 | 0.44 |
| Hex | 85 | 15 | CA | 22 | 5A | 0 | 15 | 115 | 51 | 2C |
| Octal | 205 | 25 | 312 | 42 | 132 | 0 | 25 | 425 | 121 | 54 |
| Binary | 10000101 | 10101 | 11001010 | 100010 | 1011010 | 0 | 10101 | 100010101 | 1010001 | 101100 |
Color Harmonies of #8515CA
Complementary color
Monochromatic Colors of #8515CA
Black with #8515CA
Text Example
Text Example
White with #8515CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515CA; }
p { color: rgb(133,21,202); }
H1.HeaderClassName
{
color: #8515CA;
}
.AnyTagClassName
{
color: #8515CA;
}
</style>
background-color css
<style>
a { background-color: #8515CA; }
a { background-color: rgb(133,21,202); }
div.DivClassName
{
background-color: #8515CA;
}
.BgClassName
{
background-color: #8515CA;
}
</style>
border-color css
<style>
span { border-color: #8515CA; }
span { border-color: rgb(133,21,202); }
td.TdClassName
{
border-color: #8515CA;
}
.TagClassName
{
border-color: #8515CA;
}
</style>