Shades of Blue Violet #8319CE
Tints of Blue Violet #8319CE
RGB
CMYK
RGB Variations
Color information
#8319CE (or 0x8319CE) is known color: Blue Violet. HEX triplet: 83, 19 and CE. RGB value is (131,25,206). Sum of RGB (Red+Green+Blue) = 131+25+206=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #8319CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319CE is #7CE631. Grayscale: #4C4C4C. Windows color (decimal): -8185394 or 13506947. OLE color: 13506947.
HSL color Cylindrical-coordinate representation of color #8319CE: hue angle of 275.14º 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 #8319CE is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 25 | 206 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.19 |
| HSL | 275.14º | 0.78% | 0.45% | - |
| HSV(B) | 275.14º | 0.88% | 0.81% | - |
| XYZ | 20.85 | 9.98 | 59.22 | - |
| YUV | 77.33 | 200.62 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 206 | 0.36 | 0.88 | 0 | 0.19 | 275.14 | 0.78 | 0.45 |
| Hex | 83 | 19 | CE | 24 | 58 | 0 | 13 | 113 | 4E | 2D |
| Octal | 203 | 31 | 316 | 44 | 130 | 0 | 23 | 423 | 116 | 55 |
| Binary | 10000011 | 11001 | 11001110 | 100100 | 1011000 | 0 | 10011 | 100010011 | 1001110 | 101101 |
Color Harmonies of #8319CE
Complementary color
Monochromatic Colors of #8319CE
Black with #8319CE
Text Example
Text Example
White with #8319CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319CE; }
p { color: rgb(131,25,206); }
H1.HeaderClassName
{
color: #8319CE;
}
.AnyTagClassName
{
color: #8319CE;
}
</style>
background-color css
<style>
a { background-color: #8319CE; }
a { background-color: rgb(131,25,206); }
div.DivClassName
{
background-color: #8319CE;
}
.BgClassName
{
background-color: #8319CE;
}
</style>
border-color css
<style>
span { border-color: #8319CE; }
span { border-color: rgb(131,25,206); }
td.TdClassName
{
border-color: #8319CE;
}
.TagClassName
{
border-color: #8319CE;
}
</style>