Shades of Dark Violet #8312D1
Tints of Dark Violet #8312D1
RGB
CMYK
RGB Variations
Color information
#8312D1 (or 0x8312D1) is known color: Dark Violet. HEX triplet: 83, 12 and D1. RGB value is (131,18,209). Sum of RGB (Red+Green+Blue) = 131+18+209=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #8312D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312D1 is #7CED2E. Grayscale: #484848. Windows color (decimal): -8187183 or 13701763. OLE color: 13701763.
HSL color Cylindrical-coordinate representation of color #8312D1: hue angle of 275.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8312D1 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 18 | 209 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.18 |
| HSL | 275.5º | 0.84% | 0.45% | - |
| HSV(B) | 275.5º | 0.91% | 0.82% | - |
| XYZ | 21.09 | 9.86 | 61.11 | - |
| YUV | 73.56 | 204.44 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 209 | 0.37 | 0.91 | 0 | 0.18 | 275.5 | 0.84 | 0.45 |
| Hex | 83 | 12 | D1 | 25 | 5B | 0 | 12 | 113 | 54 | 2D |
| Octal | 203 | 22 | 321 | 45 | 133 | 0 | 22 | 423 | 124 | 55 |
| Binary | 10000011 | 10010 | 11010001 | 100101 | 1011011 | 0 | 10010 | 100010011 | 1010100 | 101101 |
Color Harmonies of #8312D1
Complementary color
Monochromatic Colors of #8312D1
Black with #8312D1
Text Example
Text Example
White with #8312D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312D1; }
p { color: rgb(131,18,209); }
H1.HeaderClassName
{
color: #8312D1;
}
.AnyTagClassName
{
color: #8312D1;
}
</style>
background-color css
<style>
a { background-color: #8312D1; }
a { background-color: rgb(131,18,209); }
div.DivClassName
{
background-color: #8312D1;
}
.BgClassName
{
background-color: #8312D1;
}
</style>
border-color css
<style>
span { border-color: #8312D1; }
span { border-color: rgb(131,18,209); }
td.TdClassName
{
border-color: #8312D1;
}
.TagClassName
{
border-color: #8312D1;
}
</style>