Shades of Dark Violet #8013CF
Tints of Dark Violet #8013CF
RGB
CMYK
RGB Variations
Color information
#8013CF (or 0x8013CF) is known color: Dark Violet. HEX triplet: 80, 13 and CF. RGB value is (128,19,207). Sum of RGB (Red+Green+Blue) = 128+19+207=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #8013CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013CF is #7FEC30. Grayscale: #484848. Windows color (decimal): -8383537 or 13570944. OLE color: 13570944.
HSL color Cylindrical-coordinate representation of color #8013CF: hue angle of 274.79º 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 #8013CF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 19 | 207 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.19 |
| HSL | 274.79º | 0.83% | 0.44% | - |
| HSV(B) | 274.79º | 0.91% | 0.81% | - |
| XYZ | 20.4 | 9.56 | 59.8 | - |
| YUV | 73.02 | 203.61 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 207 | 0.38 | 0.91 | 0 | 0.19 | 274.79 | 0.83 | 0.44 |
| Hex | 80 | 13 | CF | 26 | 5B | 0 | 13 | 113 | 53 | 2C |
| Octal | 200 | 23 | 317 | 46 | 133 | 0 | 23 | 423 | 123 | 54 |
| Binary | 10000000 | 10011 | 11001111 | 100110 | 1011011 | 0 | 10011 | 100010011 | 1010011 | 101100 |
Color Harmonies of #8013CF
Complementary color
Monochromatic Colors of #8013CF
Black with #8013CF
Text Example
Text Example
White with #8013CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013CF; }
p { color: rgb(128,19,207); }
H1.HeaderClassName
{
color: #8013CF;
}
.AnyTagClassName
{
color: #8013CF;
}
</style>
background-color css
<style>
a { background-color: #8013CF; }
a { background-color: rgb(128,19,207); }
div.DivClassName
{
background-color: #8013CF;
}
.BgClassName
{
background-color: #8013CF;
}
</style>
border-color css
<style>
span { border-color: #8013CF; }
span { border-color: rgb(128,19,207); }
td.TdClassName
{
border-color: #8013CF;
}
.TagClassName
{
border-color: #8013CF;
}
</style>