Shades of Blue Violet #8C33DC
Tints of Blue Violet #8C33DC
RGB
CMYK
RGB Variations
Color information
#8C33DC (or 0x8C33DC) is known color: Blue Violet. HEX triplet: 8C, 33 and DC. RGB value is (140,51,220). Sum of RGB (Red+Green+Blue) = 140+51+220=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C33DC is #73CC23. Grayscale: #606060. Windows color (decimal): -7588900 or 14431116. OLE color: 14431116.
HSL color Cylindrical-coordinate representation of color #8C33DC: hue angle of 271.6º 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 #8C33DC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 51 | 220 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.14 |
| HSL | 271.6º | 0.71% | 0.53% | - |
| HSV(B) | 271.6º | 0.77% | 0.86% | - |
| XYZ | 24.92 | 13.11 | 68.93 | - |
| YUV | 96.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 220 | 0.36 | 0.77 | 0 | 0.14 | 271.6 | 0.71 | 0.53 |
| Hex | 8C | 33 | DC | 24 | 4D | 0 | E | 110 | 47 | 35 |
| Octal | 214 | 63 | 334 | 44 | 115 | 0 | 16 | 420 | 107 | 65 |
| Binary | 10001100 | 110011 | 11011100 | 100100 | 1001101 | 0 | 1110 | 100010000 | 1000111 | 110101 |
Color Harmonies of #8C33DC
Complementary color
Monochromatic Colors of #8C33DC
Black with #8C33DC
Text Example
Text Example
White with #8C33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C33DC; }
p { color: rgb(140,51,220); }
H1.HeaderClassName
{
color: #8C33DC;
}
.AnyTagClassName
{
color: #8C33DC;
}
</style>
background-color css
<style>
a { background-color: #8C33DC; }
a { background-color: rgb(140,51,220); }
div.DivClassName
{
background-color: #8C33DC;
}
.BgClassName
{
background-color: #8C33DC;
}
</style>
border-color css
<style>
span { border-color: #8C33DC; }
span { border-color: rgb(140,51,220); }
td.TdClassName
{
border-color: #8C33DC;
}
.TagClassName
{
border-color: #8C33DC;
}
</style>