Shades of Blue Violet #8327CE
Tints of Blue Violet #8327CE
RGB
CMYK
RGB Variations
Color information
#8327CE (or 0x8327CE) is known color: Blue Violet. HEX triplet: 83, 27 and CE. RGB value is (131,39,206). Sum of RGB (Red+Green+Blue) = 131+39+206=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #8327CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8327CE is #7CD831. Grayscale: #545454. Windows color (decimal): -8181810 or 13510531. OLE color: 13510531.
HSL color Cylindrical-coordinate representation of color #8327CE: hue angle of 273.05º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8327CE is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 39 | 206 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.19 |
| HSL | 273.05º | 0.68% | 0.48% | - |
| HSV(B) | 273.05º | 0.81% | 0.81% | - |
| XYZ | 21.23 | 10.73 | 59.35 | - |
| YUV | 85.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 206 | 0.36 | 0.81 | 0 | 0.19 | 273.05 | 0.68 | 0.48 |
| Hex | 83 | 27 | CE | 24 | 51 | 0 | 13 | 111 | 44 | 30 |
| Octal | 203 | 47 | 316 | 44 | 121 | 0 | 23 | 421 | 104 | 60 |
| Binary | 10000011 | 100111 | 11001110 | 100100 | 1010001 | 0 | 10011 | 100010001 | 1000100 | 110000 |
Color Harmonies of #8327CE
Complementary color
Monochromatic Colors of #8327CE
Black with #8327CE
Text Example
Text Example
White with #8327CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8327CE; }
p { color: rgb(131,39,206); }
H1.HeaderClassName
{
color: #8327CE;
}
.AnyTagClassName
{
color: #8327CE;
}
</style>
background-color css
<style>
a { background-color: #8327CE; }
a { background-color: rgb(131,39,206); }
div.DivClassName
{
background-color: #8327CE;
}
.BgClassName
{
background-color: #8327CE;
}
</style>
border-color css
<style>
span { border-color: #8327CE; }
span { border-color: rgb(131,39,206); }
td.TdClassName
{
border-color: #8327CE;
}
.TagClassName
{
border-color: #8327CE;
}
</style>