Shades of Dark Violet #8313CA
Tints of Dark Violet #8313CA
RGB
CMYK
RGB Variations
Color information
#8313CA (or 0x8313CA) is known color: Dark Violet. HEX triplet: 83, 13 and CA. RGB value is (131,19,202). Sum of RGB (Red+Green+Blue) = 131+19+202=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #8313CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313CA is #7CEC35. Grayscale: #484848. Windows color (decimal): -8186934 or 13243267. OLE color: 13243267.
HSL color Cylindrical-coordinate representation of color #8313CA: hue angle of 276.72º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8313CA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 19 | 202 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.21 |
| HSL | 276.72º | 0.83% | 0.43% | - |
| HSV(B) | 276.72º | 0.91% | 0.79% | - |
| XYZ | 20.25 | 9.56 | 56.65 | - |
| YUV | 73.35 | 200.61 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 202 | 0.35 | 0.91 | 0 | 0.21 | 276.72 | 0.83 | 0.43 |
| Hex | 83 | 13 | CA | 23 | 5B | 0 | 15 | 115 | 53 | 2B |
| Octal | 203 | 23 | 312 | 43 | 133 | 0 | 25 | 425 | 123 | 53 |
| Binary | 10000011 | 10011 | 11001010 | 100011 | 1011011 | 0 | 10101 | 100010101 | 1010011 | 101011 |
Color Harmonies of #8313CA
Complementary color
Monochromatic Colors of #8313CA
Black with #8313CA
Text Example
Text Example
White with #8313CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313CA; }
p { color: rgb(131,19,202); }
H1.HeaderClassName
{
color: #8313CA;
}
.AnyTagClassName
{
color: #8313CA;
}
</style>
background-color css
<style>
a { background-color: #8313CA; }
a { background-color: rgb(131,19,202); }
div.DivClassName
{
background-color: #8313CA;
}
.BgClassName
{
background-color: #8313CA;
}
</style>
border-color css
<style>
span { border-color: #8313CA; }
span { border-color: rgb(131,19,202); }
td.TdClassName
{
border-color: #8313CA;
}
.TagClassName
{
border-color: #8313CA;
}
</style>