Shades of Dark Violet #9800DC
Tints of Dark Violet #9800DC
RGB
CMYK
RGB Variations
Color information
#9800DC (or 0x9800DC) is known color: Dark Violet. HEX triplet: 98, 00 and DC. RGB value is (152,0,220). Sum of RGB (Red+Green+Blue) = 152+0+220=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #9800DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800DC is #67FF23. Grayscale: #454545. Windows color (decimal): -6815524 or 14418072. OLE color: 14418072.
HSL color Cylindrical-coordinate representation of color #9800DC: hue angle of 281.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800DC is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 0 | 220 | - |
| CMYK | 0.31 | 1 | 0 | 0.14 |
| HSL | 281.45º | 1% | 0.43% | - |
| HSV(B) | 281.45º | 1% | 0.86% | - |
| XYZ | 25.87 | 11.84 | 68.63 | - |
| YUV | 70.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 220 | 0.31 | 1 | 0 | 0.14 | 281.45 | 1 | 0.43 |
| Hex | 98 | 0 | DC | 1F | 64 | 0 | E | 119 | 64 | 2B |
| Octal | 230 | 0 | 334 | 37 | 144 | 0 | 16 | 431 | 144 | 53 |
| Binary | 10011000 | 0 | 11011100 | 11111 | 1100100 | 0 | 1110 | 100011001 | 1100100 | 101011 |
Color Harmonies of #9800DC
Complementary color
Monochromatic Colors of #9800DC
Black with #9800DC
Text Example
Text Example
White with #9800DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800DC; }
p { color: rgb(152,0,220); }
H1.HeaderClassName
{
color: #9800DC;
}
.AnyTagClassName
{
color: #9800DC;
}
</style>
background-color css
<style>
a { background-color: #9800DC; }
a { background-color: rgb(152,0,220); }
div.DivClassName
{
background-color: #9800DC;
}
.BgClassName
{
background-color: #9800DC;
}
</style>
border-color css
<style>
span { border-color: #9800DC; }
span { border-color: rgb(152,0,220); }
td.TdClassName
{
border-color: #9800DC;
}
.TagClassName
{
border-color: #9800DC;
}
</style>