Shades of Blue Violet #8318FF
Tints of Blue Violet #8318FF
RGB
CMYK
RGB Variations
Color information
#8318FF (or 0x8318FF) is known color: Blue Violet. HEX triplet: 83, 18 and FF. RGB value is (131,24,255). Sum of RGB (Red+Green+Blue) = 131+24+255=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #8318FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8318FF is #7CE700. Grayscale: #515151. Windows color (decimal): -8185601 or 16717955. OLE color: 16717955.
HSL color Cylindrical-coordinate representation of color #8318FF: hue angle of 267.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8318FF is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 24 | 255 | - |
| CMYK | 0.49 | 0.91 | 0 | 0 |
| HSL | 267.79º | 1% | 0.55% | - |
| HSV(B) | 267.79º | 0.91% | 1% | - |
| XYZ | 27.74 | 12.7 | 95.6 | - |
| YUV | 82.33 | 225.45 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 255 | 0.49 | 0.91 | 0 | 0 | 267.79 | 1 | 0.55 |
| Hex | 83 | 18 | FF | 31 | 5B | 0 | 0 | 10C | 64 | 37 |
| Octal | 203 | 30 | 377 | 61 | 133 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000011 | 11000 | 11111111 | 110001 | 1011011 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #8318FF
Complementary color
Monochromatic Colors of #8318FF
Black with #8318FF
Text Example
Text Example
White with #8318FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8318FF; }
p { color: rgb(131,24,255); }
H1.HeaderClassName
{
color: #8318FF;
}
.AnyTagClassName
{
color: #8318FF;
}
</style>
background-color css
<style>
a { background-color: #8318FF; }
a { background-color: rgb(131,24,255); }
div.DivClassName
{
background-color: #8318FF;
}
.BgClassName
{
background-color: #8318FF;
}
</style>
border-color css
<style>
span { border-color: #8318FF; }
span { border-color: rgb(131,24,255); }
td.TdClassName
{
border-color: #8318FF;
}
.TagClassName
{
border-color: #8318FF;
}
</style>