Shades of Blue Violet #8C18DD
Tints of Blue Violet #8C18DD
RGB
CMYK
RGB Variations
Color information
#8C18DD (or 0x8C18DD) is known color: Blue Violet. HEX triplet: 8C, 18 and DD. RGB value is (140,24,221). Sum of RGB (Red+Green+Blue) = 140+24+221=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18DD is #73E722. Grayscale: #505050. Windows color (decimal): -7595811 or 14489740. OLE color: 14489740.
HSL color Cylindrical-coordinate representation of color #8C18DD: hue angle of 275.33º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C18DD is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 24 | 221 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.13 |
| HSL | 275.33º | 0.8% | 0.48% | - |
| HSV(B) | 275.33º | 0.89% | 0.87% | - |
| XYZ | 24.19 | 11.45 | 69.34 | - |
| YUV | 81.14 | 206.93 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 221 | 0.37 | 0.89 | 0 | 0.13 | 275.33 | 0.8 | 0.48 |
| Hex | 8C | 18 | DD | 25 | 59 | 0 | D | 113 | 50 | 30 |
| Octal | 214 | 30 | 335 | 45 | 131 | 0 | 15 | 423 | 120 | 60 |
| Binary | 10001100 | 11000 | 11011101 | 100101 | 1011001 | 0 | 1101 | 100010011 | 1010000 | 110000 |
Color Harmonies of #8C18DD
Complementary color
Monochromatic Colors of #8C18DD
Black with #8C18DD
Text Example
Text Example
White with #8C18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18DD; }
p { color: rgb(140,24,221); }
H1.HeaderClassName
{
color: #8C18DD;
}
.AnyTagClassName
{
color: #8C18DD;
}
</style>
background-color css
<style>
a { background-color: #8C18DD; }
a { background-color: rgb(140,24,221); }
div.DivClassName
{
background-color: #8C18DD;
}
.BgClassName
{
background-color: #8C18DD;
}
</style>
border-color css
<style>
span { border-color: #8C18DD; }
span { border-color: rgb(140,24,221); }
td.TdClassName
{
border-color: #8C18DD;
}
.TagClassName
{
border-color: #8C18DD;
}
</style>