Shades of Dark Violet #8515CB
Tints of Dark Violet #8515CB
RGB
CMYK
RGB Variations
Color information
#8515CB (or 0x8515CB) is known color: Dark Violet. HEX triplet: 85, 15 and CB. RGB value is (133,21,203). Sum of RGB (Red+Green+Blue) = 133+21+203=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #8515CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CB is #7AEA34. Grayscale: #4A4A4A. Windows color (decimal): -8055349 or 13309317. OLE color: 13309317.
HSL color Cylindrical-coordinate representation of color #8515CB: hue angle of 276.92º 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 #8515CB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 21 | 203 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.20 |
| HSL | 276.92º | 0.81% | 0.44% | - |
| HSV(B) | 276.92º | 0.9% | 0.8% | - |
| XYZ | 20.72 | 9.83 | 57.31 | - |
| YUV | 75.24 | 200.11 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 203 | 0.34 | 0.90 | 0 | 0.20 | 276.92 | 0.81 | 0.44 |
| Hex | 85 | 15 | CB | 22 | 5A | 0 | 14 | 115 | 51 | 2C |
| Octal | 205 | 25 | 313 | 42 | 132 | 0 | 24 | 425 | 121 | 54 |
| Binary | 10000101 | 10101 | 11001011 | 100010 | 1011010 | 0 | 10100 | 100010101 | 1010001 | 101100 |
Color Harmonies of #8515CB
Complementary color
Monochromatic Colors of #8515CB
Black with #8515CB
Text Example
Text Example
White with #8515CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515CB; }
p { color: rgb(133,21,203); }
H1.HeaderClassName
{
color: #8515CB;
}
.AnyTagClassName
{
color: #8515CB;
}
</style>
background-color css
<style>
a { background-color: #8515CB; }
a { background-color: rgb(133,21,203); }
div.DivClassName
{
background-color: #8515CB;
}
.BgClassName
{
background-color: #8515CB;
}
</style>
border-color css
<style>
span { border-color: #8515CB; }
span { border-color: rgb(133,21,203); }
td.TdClassName
{
border-color: #8515CB;
}
.TagClassName
{
border-color: #8515CB;
}
</style>