Shades of Dark Violet #9818DC
Tints of Dark Violet #9818DC
RGB
CMYK
RGB Variations
Color information
#9818DC (or 0x9818DC) is known color: Dark Violet. HEX triplet: 98, 18 and DC. RGB value is (152,24,220). Sum of RGB (Red+Green+Blue) = 152+24+220=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #9818DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818DC is #67E723. Grayscale: #535353. Windows color (decimal): -6809380 or 14424216. OLE color: 14424216.
HSL color Cylindrical-coordinate representation of color #9818DC: hue angle of 279.18º 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 #9818DC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 24 | 220 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.14 |
| HSL | 279.18º | 0.8% | 0.48% | - |
| HSV(B) | 279.18º | 0.89% | 0.86% | - |
| XYZ | 26.19 | 12.5 | 68.74 | - |
| YUV | 84.62 | 204.41 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 220 | 0.31 | 0.89 | 0 | 0.14 | 279.18 | 0.8 | 0.48 |
| Hex | 98 | 18 | DC | 1F | 59 | 0 | E | 117 | 50 | 30 |
| Octal | 230 | 30 | 334 | 37 | 131 | 0 | 16 | 427 | 120 | 60 |
| Binary | 10011000 | 11000 | 11011100 | 11111 | 1011001 | 0 | 1110 | 100010111 | 1010000 | 110000 |
Color Harmonies of #9818DC
Complementary color
Monochromatic Colors of #9818DC
Black with #9818DC
Text Example
Text Example
White with #9818DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818DC; }
p { color: rgb(152,24,220); }
H1.HeaderClassName
{
color: #9818DC;
}
.AnyTagClassName
{
color: #9818DC;
}
</style>
background-color css
<style>
a { background-color: #9818DC; }
a { background-color: rgb(152,24,220); }
div.DivClassName
{
background-color: #9818DC;
}
.BgClassName
{
background-color: #9818DC;
}
</style>
border-color css
<style>
span { border-color: #9818DC; }
span { border-color: rgb(152,24,220); }
td.TdClassName
{
border-color: #9818DC;
}
.TagClassName
{
border-color: #9818DC;
}
</style>