Shades of Dark Violet #8515CF
Tints of Dark Violet #8515CF
RGB
CMYK
RGB Variations
Color information
#8515CF (or 0x8515CF) is known color: Dark Violet. HEX triplet: 85, 15 and CF. RGB value is (133,21,207). Sum of RGB (Red+Green+Blue) = 133+21+207=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #8515CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CF is #7AEA30. Grayscale: #4B4B4B. Windows color (decimal): -8055345 or 13571461. OLE color: 13571461.
HSL color Cylindrical-coordinate representation of color #8515CF: hue angle of 276.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515CF is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 21 | 207 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.19 |
| HSL | 276.13º | 0.82% | 0.45% | - |
| HSV(B) | 276.13º | 0.9% | 0.81% | - |
| XYZ | 21.2 | 10.03 | 59.85 | - |
| YUV | 75.69 | 202.11 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 207 | 0.36 | 0.90 | 0 | 0.19 | 276.13 | 0.82 | 0.45 |
| Hex | 85 | 15 | CF | 24 | 5A | 0 | 13 | 114 | 52 | 2D |
| Octal | 205 | 25 | 317 | 44 | 132 | 0 | 23 | 424 | 122 | 55 |
| Binary | 10000101 | 10101 | 11001111 | 100100 | 1011010 | 0 | 10011 | 100010100 | 1010010 | 101101 |
Color Harmonies of #8515CF
Complementary color
Monochromatic Colors of #8515CF
Black with #8515CF
Text Example
Text Example
White with #8515CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515CF; }
p { color: rgb(133,21,207); }
H1.HeaderClassName
{
color: #8515CF;
}
.AnyTagClassName
{
color: #8515CF;
}
</style>
background-color css
<style>
a { background-color: #8515CF; }
a { background-color: rgb(133,21,207); }
div.DivClassName
{
background-color: #8515CF;
}
.BgClassName
{
background-color: #8515CF;
}
</style>
border-color css
<style>
span { border-color: #8515CF; }
span { border-color: rgb(133,21,207); }
td.TdClassName
{
border-color: #8515CF;
}
.TagClassName
{
border-color: #8515CF;
}
</style>