Shades of Blue Violet #8324CC
Tints of Blue Violet #8324CC
RGB
CMYK
RGB Variations
Color information
#8324CC (or 0x8324CC) is known color: Blue Violet. HEX triplet: 83, 24 and CC. RGB value is (131,36,204). Sum of RGB (Red+Green+Blue) = 131+36+204=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8324CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324CC is #7CDB33. Grayscale: #525252. Windows color (decimal): -8182580 or 13378691. OLE color: 13378691.
HSL color Cylindrical-coordinate representation of color #8324CC: hue angle of 273.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8324CC is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 36 | 204 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.2 |
| HSL | 273.93º | 0.7% | 0.47% | - |
| HSV(B) | 273.93º | 0.82% | 0.8% | - |
| XYZ | 20.89 | 10.45 | 58.04 | - |
| YUV | 83.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 204 | 0.36 | 0.82 | 0 | 0.2 | 273.93 | 0.7 | 0.47 |
| Hex | 83 | 24 | CC | 24 | 52 | 0 | 14 | 112 | 46 | 2F |
| Octal | 203 | 44 | 314 | 44 | 122 | 0 | 24 | 422 | 106 | 57 |
| Binary | 10000011 | 100100 | 11001100 | 100100 | 1010010 | 0 | 10100 | 100010010 | 1000110 | 101111 |
Color Harmonies of #8324CC
Complementary color
Monochromatic Colors of #8324CC
Black with #8324CC
Text Example
Text Example
White with #8324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8324CC; }
p { color: rgb(131,36,204); }
H1.HeaderClassName
{
color: #8324CC;
}
.AnyTagClassName
{
color: #8324CC;
}
</style>
background-color css
<style>
a { background-color: #8324CC; }
a { background-color: rgb(131,36,204); }
div.DivClassName
{
background-color: #8324CC;
}
.BgClassName
{
background-color: #8324CC;
}
</style>
border-color css
<style>
span { border-color: #8324CC; }
span { border-color: rgb(131,36,204); }
td.TdClassName
{
border-color: #8324CC;
}
.TagClassName
{
border-color: #8324CC;
}
</style>