Shades of Dark Violet #8312B3
Tints of Dark Violet #8312B3
RGB
CMYK
RGB Variations
Color information
#8312B3 (or 0x8312B3) is known color: Dark Violet. HEX triplet: 83, 12 and B3. RGB value is (131,18,179). Sum of RGB (Red+Green+Blue) = 131+18+179=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #8312B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312B3 is #7CED4C. Grayscale: #454545. Windows color (decimal): -8187213 or 11735683. OLE color: 11735683.
HSL color Cylindrical-coordinate representation of color #8312B3: hue angle of 282.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8312B3 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 18 | 179 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.30 |
| HSL | 282.11º | 0.82% | 0.39% | - |
| HSV(B) | 282.11º | 0.9% | 0.7% | - |
| XYZ | 17.71 | 8.51 | 43.36 | - |
| YUV | 70.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 179 | 0.27 | 0.90 | 0 | 0.30 | 282.11 | 0.82 | 0.39 |
| Hex | 83 | 12 | B3 | 1B | 5A | 0 | 1E | 11A | 52 | 27 |
| Octal | 203 | 22 | 263 | 33 | 132 | 0 | 36 | 432 | 122 | 47 |
| Binary | 10000011 | 10010 | 10110011 | 11011 | 1011010 | 0 | 11110 | 100011010 | 1010010 | 100111 |
Color Harmonies of #8312B3
Complementary color
Monochromatic Colors of #8312B3
Black with #8312B3
Text Example
Text Example
White with #8312B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312B3; }
p { color: rgb(131,18,179); }
H1.HeaderClassName
{
color: #8312B3;
}
.AnyTagClassName
{
color: #8312B3;
}
</style>
background-color css
<style>
a { background-color: #8312B3; }
a { background-color: rgb(131,18,179); }
div.DivClassName
{
background-color: #8312B3;
}
.BgClassName
{
background-color: #8312B3;
}
</style>
border-color css
<style>
span { border-color: #8312B3; }
span { border-color: rgb(131,18,179); }
td.TdClassName
{
border-color: #8312B3;
}
.TagClassName
{
border-color: #8312B3;
}
</style>