Shades of Dark Violet #8513BE
Tints of Dark Violet #8513BE
RGB
CMYK
RGB Variations
Color information
#8513BE (or 0x8513BE) is known color: Dark Violet. HEX triplet: 85, 13 and BE. RGB value is (133,19,190). Sum of RGB (Red+Green+Blue) = 133+19+190=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #8513BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513BE is #7AEC41. Grayscale: #484848. Windows color (decimal): -8055874 or 12456837. OLE color: 12456837.
HSL color Cylindrical-coordinate representation of color #8513BE: hue angle of 280º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8513BE is Cyan = 0.3, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 19 | 190 | - |
| CMYK | 0.3 | 0.90 | 0 | 0.25 |
| HSL | 280º | 0.82% | 0.41% | - |
| HSV(B) | 280º | 0.9% | 0.75% | - |
| XYZ | 19.2 | 9.17 | 49.47 | - |
| YUV | 72.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 190 | 0.3 | 0.90 | 0 | 0.25 | 280 | 0.82 | 0.41 |
| Hex | 85 | 13 | BE | 1E | 5A | 0 | 19 | 118 | 52 | 29 |
| Octal | 205 | 23 | 276 | 36 | 132 | 0 | 31 | 430 | 122 | 51 |
| Binary | 10000101 | 10011 | 10111110 | 11110 | 1011010 | 0 | 11001 | 100011000 | 1010010 | 101001 |
Color Harmonies of #8513BE
Complementary color
Monochromatic Colors of #8513BE
Black with #8513BE
Text Example
Text Example
White with #8513BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513BE; }
p { color: rgb(133,19,190); }
H1.HeaderClassName
{
color: #8513BE;
}
.AnyTagClassName
{
color: #8513BE;
}
</style>
background-color css
<style>
a { background-color: #8513BE; }
a { background-color: rgb(133,19,190); }
div.DivClassName
{
background-color: #8513BE;
}
.BgClassName
{
background-color: #8513BE;
}
</style>
border-color css
<style>
span { border-color: #8513BE; }
span { border-color: rgb(133,19,190); }
td.TdClassName
{
border-color: #8513BE;
}
.TagClassName
{
border-color: #8513BE;
}
</style>