Shades of Blue Violet #8312F4
Tints of Blue Violet #8312F4
RGB
CMYK
RGB Variations
Color information
#8312F4 (or 0x8312F4) is known color: Blue Violet. HEX triplet: 83, 12 and F4. RGB value is (131,18,244). Sum of RGB (Red+Green+Blue) = 131+18+244=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #8312F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312F4 is #7CED0B. Grayscale: #4C4C4C. Windows color (decimal): -8187148 or 15995523. OLE color: 15995523.
HSL color Cylindrical-coordinate representation of color #8312F4: hue angle of 270º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8312F4 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 18 | 244 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.04 |
| HSL | 270º | 0.91% | 0.51% | - |
| HSV(B) | 270º | 0.93% | 0.96% | - |
| XYZ | 25.91 | 11.79 | 86.5 | - |
| YUV | 77.55 | 221.94 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 244 | 0.46 | 0.93 | 0 | 0.04 | 270 | 0.91 | 0.51 |
| Hex | 83 | 12 | F4 | 2E | 5D | 0 | 4 | 10E | 5B | 33 |
| Octal | 203 | 22 | 364 | 56 | 135 | 0 | 4 | 416 | 133 | 63 |
| Binary | 10000011 | 10010 | 11110100 | 101110 | 1011101 | 0 | 100 | 100001110 | 1011011 | 110011 |
Color Harmonies of #8312F4
Complementary color
Monochromatic Colors of #8312F4
Black with #8312F4
Text Example
Text Example
White with #8312F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312F4; }
p { color: rgb(131,18,244); }
H1.HeaderClassName
{
color: #8312F4;
}
.AnyTagClassName
{
color: #8312F4;
}
</style>
background-color css
<style>
a { background-color: #8312F4; }
a { background-color: rgb(131,18,244); }
div.DivClassName
{
background-color: #8312F4;
}
.BgClassName
{
background-color: #8312F4;
}
</style>
border-color css
<style>
span { border-color: #8312F4; }
span { border-color: rgb(131,18,244); }
td.TdClassName
{
border-color: #8312F4;
}
.TagClassName
{
border-color: #8312F4;
}
</style>