Shades of Blue Violet #8C2DDD
Tints of Blue Violet #8C2DDD
RGB
CMYK
RGB Variations
Color information
#8C2DDD (or 0x8C2DDD) is known color: Blue Violet. HEX triplet: 8C, 2D and DD. RGB value is (140,45,221). Sum of RGB (Red+Green+Blue) = 140+45+221=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DDD is #73D222. Grayscale: #5C5C5C. Windows color (decimal): -7590435 or 14495116. OLE color: 14495116.
HSL color Cylindrical-coordinate representation of color #8C2DDD: hue angle of 272.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2DDD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 45 | 221 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.13 |
| HSL | 272.39º | 0.72% | 0.52% | - |
| HSV(B) | 272.39º | 0.8% | 0.87% | - |
| XYZ | 24.8 | 12.67 | 69.55 | - |
| YUV | 93.47 | 199.97 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 221 | 0.37 | 0.80 | 0 | 0.13 | 272.39 | 0.72 | 0.52 |
| Hex | 8C | 2D | DD | 25 | 50 | 0 | D | 110 | 48 | 34 |
| Octal | 214 | 55 | 335 | 45 | 120 | 0 | 15 | 420 | 110 | 64 |
| Binary | 10001100 | 101101 | 11011101 | 100101 | 1010000 | 0 | 1101 | 100010000 | 1001000 | 110100 |
Color Harmonies of #8C2DDD
Complementary color
Monochromatic Colors of #8C2DDD
Black with #8C2DDD
Text Example
Text Example
White with #8C2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DDD; }
p { color: rgb(140,45,221); }
H1.HeaderClassName
{
color: #8C2DDD;
}
.AnyTagClassName
{
color: #8C2DDD;
}
</style>
background-color css
<style>
a { background-color: #8C2DDD; }
a { background-color: rgb(140,45,221); }
div.DivClassName
{
background-color: #8C2DDD;
}
.BgClassName
{
background-color: #8C2DDD;
}
</style>
border-color css
<style>
span { border-color: #8C2DDD; }
span { border-color: rgb(140,45,221); }
td.TdClassName
{
border-color: #8C2DDD;
}
.TagClassName
{
border-color: #8C2DDD;
}
</style>