Shades of Blue Violet #8312EF
Tints of Blue Violet #8312EF
RGB
CMYK
RGB Variations
Color information
#8312EF (or 0x8312EF) is known color: Blue Violet. HEX triplet: 83, 12 and EF. RGB value is (131,18,239). Sum of RGB (Red+Green+Blue) = 131+18+239=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #8312EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312EF is #7CED10. Grayscale: #4C4C4C. Windows color (decimal): -8187153 or 15667843. OLE color: 15667843.
HSL color Cylindrical-coordinate representation of color #8312EF: hue angle of 270.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8312EF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 18 | 239 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.06 |
| HSL | 270.68º | 0.87% | 0.5% | - |
| HSV(B) | 270.68º | 0.92% | 0.94% | - |
| XYZ | 25.16 | 11.49 | 82.55 | - |
| YUV | 76.98 | 219.44 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 239 | 0.45 | 0.92 | 0 | 0.06 | 270.68 | 0.87 | 0.5 |
| Hex | 83 | 12 | EF | 2D | 5C | 0 | 6 | 10F | 57 | 32 |
| Octal | 203 | 22 | 357 | 55 | 134 | 0 | 6 | 417 | 127 | 62 |
| Binary | 10000011 | 10010 | 11101111 | 101101 | 1011100 | 0 | 110 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8312EF
Complementary color
Monochromatic Colors of #8312EF
Black with #8312EF
Text Example
Text Example
White with #8312EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312EF; }
p { color: rgb(131,18,239); }
H1.HeaderClassName
{
color: #8312EF;
}
.AnyTagClassName
{
color: #8312EF;
}
</style>
background-color css
<style>
a { background-color: #8312EF; }
a { background-color: rgb(131,18,239); }
div.DivClassName
{
background-color: #8312EF;
}
.BgClassName
{
background-color: #8312EF;
}
</style>
border-color css
<style>
span { border-color: #8312EF; }
span { border-color: rgb(131,18,239); }
td.TdClassName
{
border-color: #8312EF;
}
.TagClassName
{
border-color: #8312EF;
}
</style>