Shades of Dark Violet #8513CE
Tints of Dark Violet #8513CE
RGB
CMYK
RGB Variations
Color information
#8513CE (or 0x8513CE) is known color: Dark Violet. HEX triplet: 85, 13 and CE. RGB value is (133,19,206). Sum of RGB (Red+Green+Blue) = 133+19+206=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8513CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513CE is #7AEC31. Grayscale: #494949. Windows color (decimal): -8055858 or 13505413. OLE color: 13505413.
HSL color Cylindrical-coordinate representation of color #8513CE: hue angle of 276.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8513CE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 19 | 206 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.19 |
| HSL | 276.58º | 0.83% | 0.44% | - |
| HSV(B) | 276.58º | 0.91% | 0.81% | - |
| XYZ | 21.05 | 9.91 | 59.2 | - |
| YUV | 74.4 | 202.27 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 206 | 0.35 | 0.91 | 0 | 0.19 | 276.58 | 0.83 | 0.44 |
| Hex | 85 | 13 | CE | 23 | 5B | 0 | 13 | 115 | 53 | 2C |
| Octal | 205 | 23 | 316 | 43 | 133 | 0 | 23 | 425 | 123 | 54 |
| Binary | 10000101 | 10011 | 11001110 | 100011 | 1011011 | 0 | 10011 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8513CE
Complementary color
Monochromatic Colors of #8513CE
Black with #8513CE
Text Example
Text Example
White with #8513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513CE; }
p { color: rgb(133,19,206); }
H1.HeaderClassName
{
color: #8513CE;
}
.AnyTagClassName
{
color: #8513CE;
}
</style>
background-color css
<style>
a { background-color: #8513CE; }
a { background-color: rgb(133,19,206); }
div.DivClassName
{
background-color: #8513CE;
}
.BgClassName
{
background-color: #8513CE;
}
</style>
border-color css
<style>
span { border-color: #8513CE; }
span { border-color: rgb(133,19,206); }
td.TdClassName
{
border-color: #8513CE;
}
.TagClassName
{
border-color: #8513CE;
}
</style>