Shades of Dark Violet #9800CD
Tints of Dark Violet #9800CD
RGB
CMYK
RGB Variations
Color information
#9800CD (or 0x9800CD) is known color: Dark Violet. HEX triplet: 98, 00 and CD. RGB value is (152,0,205). Sum of RGB (Red+Green+Blue) = 152+0+205=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #9800CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800CD is #67FF32. Grayscale: #444444. Windows color (decimal): -6815539 or 13435032. OLE color: 13435032.
HSL color Cylindrical-coordinate representation of color #9800CD: hue angle of 284.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800CD is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 0 | 205 | - |
| CMYK | 0.26 | 1 | 0 | 0.20 |
| HSL | 284.49º | 1% | 0.4% | - |
| HSV(B) | 284.49º | 1% | 0.8% | - |
| XYZ | 23.97 | 11.08 | 58.63 | - |
| YUV | 68.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 205 | 0.26 | 1 | 0 | 0.20 | 284.49 | 1 | 0.4 |
| Hex | 98 | 0 | CD | 1A | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 230 | 0 | 315 | 32 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10011000 | 0 | 11001101 | 11010 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9800CD
Complementary color
Monochromatic Colors of #9800CD
Black with #9800CD
Text Example
Text Example
White with #9800CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800CD; }
p { color: rgb(152,0,205); }
H1.HeaderClassName
{
color: #9800CD;
}
.AnyTagClassName
{
color: #9800CD;
}
</style>
background-color css
<style>
a { background-color: #9800CD; }
a { background-color: rgb(152,0,205); }
div.DivClassName
{
background-color: #9800CD;
}
.BgClassName
{
background-color: #9800CD;
}
</style>
border-color css
<style>
span { border-color: #9800CD; }
span { border-color: rgb(152,0,205); }
td.TdClassName
{
border-color: #9800CD;
}
.TagClassName
{
border-color: #9800CD;
}
</style>