Shades of Dark Violet #8312B7
Tints of Dark Violet #8312B7
RGB
CMYK
RGB Variations
Color information
#8312B7 (or 0x8312B7) is known color: Dark Violet. HEX triplet: 83, 12 and B7. RGB value is (131,18,183). Sum of RGB (Red+Green+Blue) = 131+18+183=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #8312B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312B7 is #7CED48. Grayscale: #464646. Windows color (decimal): -8187209 or 11997827. OLE color: 11997827.
HSL color Cylindrical-coordinate representation of color #8312B7: hue angle of 281.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8312B7 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 18 | 183 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.28 |
| HSL | 281.09º | 0.82% | 0.39% | - |
| HSV(B) | 281.09º | 0.9% | 0.72% | - |
| XYZ | 18.12 | 8.68 | 45.52 | - |
| YUV | 70.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 183 | 0.28 | 0.90 | 0 | 0.28 | 281.09 | 0.82 | 0.39 |
| Hex | 83 | 12 | B7 | 1C | 5A | 0 | 1C | 119 | 52 | 27 |
| Octal | 203 | 22 | 267 | 34 | 132 | 0 | 34 | 431 | 122 | 47 |
| Binary | 10000011 | 10010 | 10110111 | 11100 | 1011010 | 0 | 11100 | 100011001 | 1010010 | 100111 |
Color Harmonies of #8312B7
Complementary color
Monochromatic Colors of #8312B7
Black with #8312B7
Text Example
Text Example
White with #8312B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312B7; }
p { color: rgb(131,18,183); }
H1.HeaderClassName
{
color: #8312B7;
}
.AnyTagClassName
{
color: #8312B7;
}
</style>
background-color css
<style>
a { background-color: #8312B7; }
a { background-color: rgb(131,18,183); }
div.DivClassName
{
background-color: #8312B7;
}
.BgClassName
{
background-color: #8312B7;
}
</style>
border-color css
<style>
span { border-color: #8312B7; }
span { border-color: rgb(131,18,183); }
td.TdClassName
{
border-color: #8312B7;
}
.TagClassName
{
border-color: #8312B7;
}
</style>