Shades of Dark Violet #8312CF
Tints of Dark Violet #8312CF
RGB
CMYK
RGB Variations
Color information
#8312CF (or 0x8312CF) is known color: Dark Violet. HEX triplet: 83, 12 and CF. RGB value is (131,18,207). Sum of RGB (Red+Green+Blue) = 131+18+207=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #8312CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312CF is #7CED30. Grayscale: #484848. Windows color (decimal): -8187185 or 13570691. OLE color: 13570691.
HSL color Cylindrical-coordinate representation of color #8312CF: hue angle of 275.87º degrees, saturation: 0.84, 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 #8312CF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 18 | 207 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.19 |
| HSL | 275.87º | 0.84% | 0.44% | - |
| HSV(B) | 275.87º | 0.91% | 0.81% | - |
| XYZ | 20.84 | 9.76 | 59.82 | - |
| YUV | 73.33 | 203.44 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 207 | 0.37 | 0.91 | 0 | 0.19 | 275.87 | 0.84 | 0.44 |
| Hex | 83 | 12 | CF | 25 | 5B | 0 | 13 | 114 | 54 | 2C |
| Octal | 203 | 22 | 317 | 45 | 133 | 0 | 23 | 424 | 124 | 54 |
| Binary | 10000011 | 10010 | 11001111 | 100101 | 1011011 | 0 | 10011 | 100010100 | 1010100 | 101100 |
Color Harmonies of #8312CF
Complementary color
Monochromatic Colors of #8312CF
Black with #8312CF
Text Example
Text Example
White with #8312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312CF; }
p { color: rgb(131,18,207); }
H1.HeaderClassName
{
color: #8312CF;
}
.AnyTagClassName
{
color: #8312CF;
}
</style>
background-color css
<style>
a { background-color: #8312CF; }
a { background-color: rgb(131,18,207); }
div.DivClassName
{
background-color: #8312CF;
}
.BgClassName
{
background-color: #8312CF;
}
</style>
border-color css
<style>
span { border-color: #8312CF; }
span { border-color: rgb(131,18,207); }
td.TdClassName
{
border-color: #8312CF;
}
.TagClassName
{
border-color: #8312CF;
}
</style>