Shades of Blue Violet #8319FE
Tints of Blue Violet #8319FE
RGB
CMYK
RGB Variations
Color information
#8319FE (or 0x8319FE) is known color: Blue Violet. HEX triplet: 83, 19 and FE. RGB value is (131,25,254). Sum of RGB (Red+Green+Blue) = 131+25+254=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #8319FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8319FE is #7CE601. Grayscale: #515151. Windows color (decimal): -8185346 or 16652675. OLE color: 16652675.
HSL color Cylindrical-coordinate representation of color #8319FE: hue angle of 267.77º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8319FE is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 25 | 254 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.00 |
| HSL | 267.77º | 0.99% | 0.55% | - |
| HSV(B) | 267.77º | 0.9% | 1% | - |
| XYZ | 27.6 | 12.68 | 94.76 | - |
| YUV | 82.8 | 224.62 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 254 | 0.48 | 0.90 | 0 | 0.00 | 267.77 | 0.99 | 0.55 |
| Hex | 83 | 19 | FE | 30 | 5A | 0 | 0 | 10C | 63 | 37 |
| Octal | 203 | 31 | 376 | 60 | 132 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000011 | 11001 | 11111110 | 110000 | 1011010 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #8319FE
Complementary color
Monochromatic Colors of #8319FE
Black with #8319FE
Text Example
Text Example
White with #8319FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319FE; }
p { color: rgb(131,25,254); }
H1.HeaderClassName
{
color: #8319FE;
}
.AnyTagClassName
{
color: #8319FE;
}
</style>
background-color css
<style>
a { background-color: #8319FE; }
a { background-color: rgb(131,25,254); }
div.DivClassName
{
background-color: #8319FE;
}
.BgClassName
{
background-color: #8319FE;
}
</style>
border-color css
<style>
span { border-color: #8319FE; }
span { border-color: rgb(131,25,254); }
td.TdClassName
{
border-color: #8319FE;
}
.TagClassName
{
border-color: #8319FE;
}
</style>