Shades of Blue Violet #8312DD
Tints of Blue Violet #8312DD
RGB
CMYK
RGB Variations
Color information
#8312DD (or 0x8312DD) is known color: Blue Violet. HEX triplet: 83, 12 and DD. RGB value is (131,18,221). Sum of RGB (Red+Green+Blue) = 131+18+221=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8312DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312DD is #7CED22. Grayscale: #4A4A4A. Windows color (decimal): -8187171 or 14488195. OLE color: 14488195.
HSL color Cylindrical-coordinate representation of color #8312DD: hue angle of 273.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8312DD is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 18 | 221 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.13 |
| HSL | 273.4º | 0.85% | 0.47% | - |
| HSV(B) | 273.4º | 0.92% | 0.87% | - |
| XYZ | 22.63 | 10.48 | 69.24 | - |
| YUV | 74.93 | 210.44 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 221 | 0.41 | 0.92 | 0 | 0.13 | 273.4 | 0.85 | 0.47 |
| Hex | 83 | 12 | DD | 29 | 5C | 0 | D | 111 | 55 | 2F |
| Octal | 203 | 22 | 335 | 51 | 134 | 0 | 15 | 421 | 125 | 57 |
| Binary | 10000011 | 10010 | 11011101 | 101001 | 1011100 | 0 | 1101 | 100010001 | 1010101 | 101111 |
Color Harmonies of #8312DD
Complementary color
Monochromatic Colors of #8312DD
Black with #8312DD
Text Example
Text Example
White with #8312DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312DD; }
p { color: rgb(131,18,221); }
H1.HeaderClassName
{
color: #8312DD;
}
.AnyTagClassName
{
color: #8312DD;
}
</style>
background-color css
<style>
a { background-color: #8312DD; }
a { background-color: rgb(131,18,221); }
div.DivClassName
{
background-color: #8312DD;
}
.BgClassName
{
background-color: #8312DD;
}
</style>
border-color css
<style>
span { border-color: #8312DD; }
span { border-color: rgb(131,18,221); }
td.TdClassName
{
border-color: #8312DD;
}
.TagClassName
{
border-color: #8312DD;
}
</style>