Shades of Dark Violet #8313CE
Tints of Dark Violet #8313CE
RGB
CMYK
RGB Variations
Color information
#8313CE (or 0x8313CE) is known color: Dark Violet. HEX triplet: 83, 13 and CE. RGB value is (131,19,206). Sum of RGB (Red+Green+Blue) = 131+19+206=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8313CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313CE is #7CEC31. Grayscale: #494949. Windows color (decimal): -8186930 or 13505411. OLE color: 13505411.
HSL color Cylindrical-coordinate representation of color #8313CE: hue angle of 275.94º 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 #8313CE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 19 | 206 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.19 |
| HSL | 275.94º | 0.83% | 0.44% | - |
| HSV(B) | 275.94º | 0.91% | 0.81% | - |
| XYZ | 20.73 | 9.75 | 59.18 | - |
| YUV | 73.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 206 | 0.36 | 0.91 | 0 | 0.19 | 275.94 | 0.83 | 0.44 |
| Hex | 83 | 13 | CE | 24 | 5B | 0 | 13 | 114 | 53 | 2C |
| Octal | 203 | 23 | 316 | 44 | 133 | 0 | 23 | 424 | 123 | 54 |
| Binary | 10000011 | 10011 | 11001110 | 100100 | 1011011 | 0 | 10011 | 100010100 | 1010011 | 101100 |
Color Harmonies of #8313CE
Complementary color
Monochromatic Colors of #8313CE
Black with #8313CE
Text Example
Text Example
White with #8313CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313CE; }
p { color: rgb(131,19,206); }
H1.HeaderClassName
{
color: #8313CE;
}
.AnyTagClassName
{
color: #8313CE;
}
</style>
background-color css
<style>
a { background-color: #8313CE; }
a { background-color: rgb(131,19,206); }
div.DivClassName
{
background-color: #8313CE;
}
.BgClassName
{
background-color: #8313CE;
}
</style>
border-color css
<style>
span { border-color: #8313CE; }
span { border-color: rgb(131,19,206); }
td.TdClassName
{
border-color: #8313CE;
}
.TagClassName
{
border-color: #8313CE;
}
</style>