Shades of Dark Violet #9918DC
Tints of Dark Violet #9918DC
RGB
CMYK
RGB Variations
Color information
#9918DC (or 0x9918DC) is known color: Dark Violet. HEX triplet: 99, 18 and DC. RGB value is (153,24,220). Sum of RGB (Red+Green+Blue) = 153+24+220=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #9918DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918DC is #66E723. Grayscale: #545454. Windows color (decimal): -6743844 or 14424217. OLE color: 14424217.
HSL color Cylindrical-coordinate representation of color #9918DC: hue angle of 279.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9918DC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 24 | 220 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.14 |
| HSL | 279.49º | 0.8% | 0.48% | - |
| HSV(B) | 279.49º | 0.89% | 0.86% | - |
| XYZ | 26.38 | 12.59 | 68.75 | - |
| YUV | 84.92 | 204.24 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 220 | 0.30 | 0.89 | 0 | 0.14 | 279.49 | 0.8 | 0.48 |
| Hex | 99 | 18 | DC | 1E | 59 | 0 | E | 117 | 50 | 30 |
| Octal | 231 | 30 | 334 | 36 | 131 | 0 | 16 | 427 | 120 | 60 |
| Binary | 10011001 | 11000 | 11011100 | 11110 | 1011001 | 0 | 1110 | 100010111 | 1010000 | 110000 |
Color Harmonies of #9918DC
Complementary color
Monochromatic Colors of #9918DC
Black with #9918DC
Text Example
Text Example
White with #9918DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918DC; }
p { color: rgb(153,24,220); }
H1.HeaderClassName
{
color: #9918DC;
}
.AnyTagClassName
{
color: #9918DC;
}
</style>
background-color css
<style>
a { background-color: #9918DC; }
a { background-color: rgb(153,24,220); }
div.DivClassName
{
background-color: #9918DC;
}
.BgClassName
{
background-color: #9918DC;
}
</style>
border-color css
<style>
span { border-color: #9918DC; }
span { border-color: rgb(153,24,220); }
td.TdClassName
{
border-color: #9918DC;
}
.TagClassName
{
border-color: #9918DC;
}
</style>