Shades of Blue Violet #8324FD
Tints of Blue Violet #8324FD
RGB
CMYK
RGB Variations
Color information
#8324FD (or 0x8324FD) is known color: Blue Violet. HEX triplet: 83, 24 and FD. RGB value is (131,36,253). Sum of RGB (Red+Green+Blue) = 131+36+253=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #8324FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8324FD is #7CDB02. Grayscale: #585858. Windows color (decimal): -8182531 or 16589955. OLE color: 16589955.
HSL color Cylindrical-coordinate representation of color #8324FD: hue angle of 266.27º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8324FD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 36 | 253 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.01 |
| HSL | 266.27º | 0.98% | 0.57% | - |
| HSV(B) | 266.27º | 0.86% | 0.99% | - |
| XYZ | 27.72 | 13.18 | 94.01 | - |
| YUV | 89.14 | 220.47 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 253 | 0.48 | 0.86 | 0 | 0.01 | 266.27 | 0.98 | 0.57 |
| Hex | 83 | 24 | FD | 30 | 56 | 0 | 1 | 10A | 62 | 39 |
| Octal | 203 | 44 | 375 | 60 | 126 | 0 | 1 | 412 | 142 | 71 |
| Binary | 10000011 | 100100 | 11111101 | 110000 | 1010110 | 0 | 1 | 100001010 | 1100010 | 111001 |
Color Harmonies of #8324FD
Complementary color
Monochromatic Colors of #8324FD
Black with #8324FD
Text Example
Text Example
White with #8324FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8324FD; }
p { color: rgb(131,36,253); }
H1.HeaderClassName
{
color: #8324FD;
}
.AnyTagClassName
{
color: #8324FD;
}
</style>
background-color css
<style>
a { background-color: #8324FD; }
a { background-color: rgb(131,36,253); }
div.DivClassName
{
background-color: #8324FD;
}
.BgClassName
{
background-color: #8324FD;
}
</style>
border-color css
<style>
span { border-color: #8324FD; }
span { border-color: rgb(131,36,253); }
td.TdClassName
{
border-color: #8324FD;
}
.TagClassName
{
border-color: #8324FD;
}
</style>