Shades of Blue Violet #8C32DB
Tints of Blue Violet #8C32DB
RGB
CMYK
RGB Variations
Color information
#8C32DB (or 0x8C32DB) is known color: Blue Violet. HEX triplet: 8C, 32 and DB. RGB value is (140,50,219). Sum of RGB (Red+Green+Blue) = 140+50+219=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C32DB is #73CD24. Grayscale: #5F5F5F. Windows color (decimal): -7589157 or 14365324. OLE color: 14365324.
HSL color Cylindrical-coordinate representation of color #8C32DB: hue angle of 271.95º degrees, saturation: 0.7, 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 #8C32DB is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 50 | 219 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.14 |
| HSL | 271.95º | 0.7% | 0.53% | - |
| HSV(B) | 271.95º | 0.77% | 0.86% | - |
| XYZ | 24.74 | 12.97 | 68.22 | - |
| YUV | 96.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 219 | 0.36 | 0.77 | 0 | 0.14 | 271.95 | 0.7 | 0.53 |
| Hex | 8C | 32 | DB | 24 | 4D | 0 | E | 110 | 46 | 35 |
| Octal | 214 | 62 | 333 | 44 | 115 | 0 | 16 | 420 | 106 | 65 |
| Binary | 10001100 | 110010 | 11011011 | 100100 | 1001101 | 0 | 1110 | 100010000 | 1000110 | 110101 |
Color Harmonies of #8C32DB
Complementary color
Monochromatic Colors of #8C32DB
Black with #8C32DB
Text Example
Text Example
White with #8C32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32DB; }
p { color: rgb(140,50,219); }
H1.HeaderClassName
{
color: #8C32DB;
}
.AnyTagClassName
{
color: #8C32DB;
}
</style>
background-color css
<style>
a { background-color: #8C32DB; }
a { background-color: rgb(140,50,219); }
div.DivClassName
{
background-color: #8C32DB;
}
.BgClassName
{
background-color: #8C32DB;
}
</style>
border-color css
<style>
span { border-color: #8C32DB; }
span { border-color: rgb(140,50,219); }
td.TdClassName
{
border-color: #8C32DB;
}
.TagClassName
{
border-color: #8C32DB;
}
</style>