Shades of Blue Violet #8C32DD
Tints of Blue Violet #8C32DD
RGB
CMYK
RGB Variations
Color information
#8C32DD (or 0x8C32DD) is known color: Blue Violet. HEX triplet: 8C, 32 and DD. RGB value is (140,50,221). Sum of RGB (Red+Green+Blue) = 140+50+221=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C32DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C32DD is #73CD22. Grayscale: #5F5F5F. Windows color (decimal): -7589155 or 14496396. OLE color: 14496396.
HSL color Cylindrical-coordinate representation of color #8C32DD: hue angle of 271.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C32DD is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 50 | 221 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.13 |
| HSL | 271.58º | 0.72% | 0.53% | - |
| HSV(B) | 271.58º | 0.77% | 0.87% | - |
| XYZ | 25.01 | 13.08 | 69.61 | - |
| YUV | 96.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 221 | 0.37 | 0.77 | 0 | 0.13 | 271.58 | 0.72 | 0.53 |
| Hex | 8C | 32 | DD | 25 | 4D | 0 | D | 110 | 48 | 35 |
| Octal | 214 | 62 | 335 | 45 | 115 | 0 | 15 | 420 | 110 | 65 |
| Binary | 10001100 | 110010 | 11011101 | 100101 | 1001101 | 0 | 1101 | 100010000 | 1001000 | 110101 |
Color Harmonies of #8C32DD
Complementary color
Monochromatic Colors of #8C32DD
Black with #8C32DD
Text Example
Text Example
White with #8C32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32DD; }
p { color: rgb(140,50,221); }
H1.HeaderClassName
{
color: #8C32DD;
}
.AnyTagClassName
{
color: #8C32DD;
}
</style>
background-color css
<style>
a { background-color: #8C32DD; }
a { background-color: rgb(140,50,221); }
div.DivClassName
{
background-color: #8C32DD;
}
.BgClassName
{
background-color: #8C32DD;
}
</style>
border-color css
<style>
span { border-color: #8C32DD; }
span { border-color: rgb(140,50,221); }
td.TdClassName
{
border-color: #8C32DD;
}
.TagClassName
{
border-color: #8C32DD;
}
</style>