Shades of Dark Violet #8513CF
Tints of Dark Violet #8513CF
RGB
CMYK
RGB Variations
Color information
#8513CF (or 0x8513CF) is known color: Dark Violet. HEX triplet: 85, 13 and CF. RGB value is (133,19,207). Sum of RGB (Red+Green+Blue) = 133+19+207=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #8513CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513CF is #7AEC30. Grayscale: #494949. Windows color (decimal): -8055857 or 13570949. OLE color: 13570949.
HSL color Cylindrical-coordinate representation of color #8513CF: hue angle of 276.38º 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 #8513CF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 19 | 207 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.19 |
| HSL | 276.38º | 0.83% | 0.44% | - |
| HSV(B) | 276.38º | 0.91% | 0.81% | - |
| XYZ | 21.17 | 9.96 | 59.84 | - |
| YUV | 74.52 | 202.77 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 207 | 0.36 | 0.91 | 0 | 0.19 | 276.38 | 0.83 | 0.44 |
| Hex | 85 | 13 | CF | 24 | 5B | 0 | 13 | 114 | 53 | 2C |
| Octal | 205 | 23 | 317 | 44 | 133 | 0 | 23 | 424 | 123 | 54 |
| Binary | 10000101 | 10011 | 11001111 | 100100 | 1011011 | 0 | 10011 | 100010100 | 1010011 | 101100 |
Color Harmonies of #8513CF
Complementary color
Monochromatic Colors of #8513CF
Black with #8513CF
Text Example
Text Example
White with #8513CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513CF; }
p { color: rgb(133,19,207); }
H1.HeaderClassName
{
color: #8513CF;
}
.AnyTagClassName
{
color: #8513CF;
}
</style>
background-color css
<style>
a { background-color: #8513CF; }
a { background-color: rgb(133,19,207); }
div.DivClassName
{
background-color: #8513CF;
}
.BgClassName
{
background-color: #8513CF;
}
</style>
border-color css
<style>
span { border-color: #8513CF; }
span { border-color: rgb(133,19,207); }
td.TdClassName
{
border-color: #8513CF;
}
.TagClassName
{
border-color: #8513CF;
}
</style>