Shades of Dark Violet #8C18D0
Tints of Dark Violet #8C18D0
RGB
CMYK
RGB Variations
Color information
#8C18D0 (or 0x8C18D0) is known color: Dark Violet. HEX triplet: 8C, 18 and D0. RGB value is (140,24,208). Sum of RGB (Red+Green+Blue) = 140+24+208=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C18D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18D0 is #73E72F. Grayscale: #4F4F4F. Windows color (decimal): -7595824 or 13637772. OLE color: 13637772.
HSL color Cylindrical-coordinate representation of color #8C18D0: hue angle of 277.83º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C18D0 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 24 | 208 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.18 |
| HSL | 277.83º | 0.79% | 0.45% | - |
| HSV(B) | 277.83º | 0.88% | 0.82% | - |
| XYZ | 22.53 | 10.78 | 60.57 | - |
| YUV | 79.66 | 200.43 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 208 | 0.33 | 0.88 | 0 | 0.18 | 277.83 | 0.79 | 0.45 |
| Hex | 8C | 18 | D0 | 21 | 58 | 0 | 12 | 116 | 4F | 2D |
| Octal | 214 | 30 | 320 | 41 | 130 | 0 | 22 | 426 | 117 | 55 |
| Binary | 10001100 | 11000 | 11010000 | 100001 | 1011000 | 0 | 10010 | 100010110 | 1001111 | 101101 |
Color Harmonies of #8C18D0
Complementary color
Monochromatic Colors of #8C18D0
Black with #8C18D0
Text Example
Text Example
White with #8C18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18D0; }
p { color: rgb(140,24,208); }
H1.HeaderClassName
{
color: #8C18D0;
}
.AnyTagClassName
{
color: #8C18D0;
}
</style>
background-color css
<style>
a { background-color: #8C18D0; }
a { background-color: rgb(140,24,208); }
div.DivClassName
{
background-color: #8C18D0;
}
.BgClassName
{
background-color: #8C18D0;
}
</style>
border-color css
<style>
span { border-color: #8C18D0; }
span { border-color: rgb(140,24,208); }
td.TdClassName
{
border-color: #8C18D0;
}
.TagClassName
{
border-color: #8C18D0;
}
</style>