Shades of Blue Violet #8319CF
Tints of Blue Violet #8319CF
RGB
CMYK
RGB Variations
Color information
#8319CF (or 0x8319CF) is known color: Blue Violet. HEX triplet: 83, 19 and CF. RGB value is (131,25,207). Sum of RGB (Red+Green+Blue) = 131+25+207=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #8319CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319CF is #7CE630. Grayscale: #4C4C4C. Windows color (decimal): -8185393 or 13572483. OLE color: 13572483.
HSL color Cylindrical-coordinate representation of color #8319CF: hue angle of 274.95º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8319CF is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 25 | 207 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.19 |
| HSL | 274.95º | 0.78% | 0.45% | - |
| HSV(B) | 274.95º | 0.88% | 0.81% | - |
| XYZ | 20.97 | 10.03 | 59.86 | - |
| YUV | 77.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 207 | 0.37 | 0.88 | 0 | 0.19 | 274.95 | 0.78 | 0.45 |
| Hex | 83 | 19 | CF | 25 | 58 | 0 | 13 | 113 | 4E | 2D |
| Octal | 203 | 31 | 317 | 45 | 130 | 0 | 23 | 423 | 116 | 55 |
| Binary | 10000011 | 11001 | 11001111 | 100101 | 1011000 | 0 | 10011 | 100010011 | 1001110 | 101101 |
Color Harmonies of #8319CF
Complementary color
Monochromatic Colors of #8319CF
Black with #8319CF
Text Example
Text Example
White with #8319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319CF; }
p { color: rgb(131,25,207); }
H1.HeaderClassName
{
color: #8319CF;
}
.AnyTagClassName
{
color: #8319CF;
}
</style>
background-color css
<style>
a { background-color: #8319CF; }
a { background-color: rgb(131,25,207); }
div.DivClassName
{
background-color: #8319CF;
}
.BgClassName
{
background-color: #8319CF;
}
</style>
border-color css
<style>
span { border-color: #8319CF; }
span { border-color: rgb(131,25,207); }
td.TdClassName
{
border-color: #8319CF;
}
.TagClassName
{
border-color: #8319CF;
}
</style>