Shades of Blue Violet #8C32DC
Tints of Blue Violet #8C32DC
RGB
CMYK
RGB Variations
Color information
#8C32DC (or 0x8C32DC) is known color: Blue Violet. HEX triplet: 8C, 32 and DC. RGB value is (140,50,220). Sum of RGB (Red+Green+Blue) = 140+50+220=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C32DC is #73CD23. Grayscale: #5F5F5F. Windows color (decimal): -7589156 or 14430860. OLE color: 14430860.
HSL color Cylindrical-coordinate representation of color #8C32DC: hue angle of 271.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C32DC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 50 | 220 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.14 |
| HSL | 271.76º | 0.71% | 0.53% | - |
| HSV(B) | 271.76º | 0.77% | 0.86% | - |
| XYZ | 24.87 | 13.02 | 68.91 | - |
| YUV | 96.29 | 197.82 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 220 | 0.36 | 0.77 | 0 | 0.14 | 271.76 | 0.71 | 0.53 |
| Hex | 8C | 32 | DC | 24 | 4D | 0 | E | 110 | 47 | 35 |
| Octal | 214 | 62 | 334 | 44 | 115 | 0 | 16 | 420 | 107 | 65 |
| Binary | 10001100 | 110010 | 11011100 | 100100 | 1001101 | 0 | 1110 | 100010000 | 1000111 | 110101 |
Color Harmonies of #8C32DC
Complementary color
Monochromatic Colors of #8C32DC
Black with #8C32DC
Text Example
Text Example
White with #8C32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32DC; }
p { color: rgb(140,50,220); }
H1.HeaderClassName
{
color: #8C32DC;
}
.AnyTagClassName
{
color: #8C32DC;
}
</style>
background-color css
<style>
a { background-color: #8C32DC; }
a { background-color: rgb(140,50,220); }
div.DivClassName
{
background-color: #8C32DC;
}
.BgClassName
{
background-color: #8C32DC;
}
</style>
border-color css
<style>
span { border-color: #8C32DC; }
span { border-color: rgb(140,50,220); }
td.TdClassName
{
border-color: #8C32DC;
}
.TagClassName
{
border-color: #8C32DC;
}
</style>