Shades of Blue Violet #8318EE
Tints of Blue Violet #8318EE
RGB
CMYK
RGB Variations
Color information
#8318EE (or 0x8318EE) is known color: Blue Violet. HEX triplet: 83, 18 and EE. RGB value is (131,24,238). Sum of RGB (Red+Green+Blue) = 131+24+238=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8318EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8318EE is #7CE711. Grayscale: #4F4F4F. Windows color (decimal): -8185618 or 15603843. OLE color: 15603843.
HSL color Cylindrical-coordinate representation of color #8318EE: hue angle of 270º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8318EE is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 24 | 238 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.07 |
| HSL | 270º | 0.86% | 0.51% | - |
| HSV(B) | 270º | 0.9% | 0.93% | - |
| XYZ | 25.12 | 11.65 | 81.81 | - |
| YUV | 80.39 | 216.95 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 238 | 0.45 | 0.90 | 0 | 0.07 | 270 | 0.86 | 0.51 |
| Hex | 83 | 18 | EE | 2D | 5A | 0 | 7 | 10E | 56 | 33 |
| Octal | 203 | 30 | 356 | 55 | 132 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000011 | 11000 | 11101110 | 101101 | 1011010 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8318EE
Complementary color
Monochromatic Colors of #8318EE
Black with #8318EE
Text Example
Text Example
White with #8318EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8318EE; }
p { color: rgb(131,24,238); }
H1.HeaderClassName
{
color: #8318EE;
}
.AnyTagClassName
{
color: #8318EE;
}
</style>
background-color css
<style>
a { background-color: #8318EE; }
a { background-color: rgb(131,24,238); }
div.DivClassName
{
background-color: #8318EE;
}
.BgClassName
{
background-color: #8318EE;
}
</style>
border-color css
<style>
span { border-color: #8318EE; }
span { border-color: rgb(131,24,238); }
td.TdClassName
{
border-color: #8318EE;
}
.TagClassName
{
border-color: #8318EE;
}
</style>