Shades of Dark Violet #9800DF
Tints of Dark Violet #9800DF
RGB
CMYK
RGB Variations
Color information
#9800DF (or 0x9800DF) is known color: Dark Violet. HEX triplet: 98, 00 and DF. RGB value is (152,0,223). Sum of RGB (Red+Green+Blue) = 152+0+223=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #9800DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800DF is #67FF20. Grayscale: #464646. Windows color (decimal): -6815521 or 14614680. OLE color: 14614680.
HSL color Cylindrical-coordinate representation of color #9800DF: hue angle of 280.9º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800DF is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 0 | 223 | - |
| CMYK | 0.32 | 1 | 0 | 0.13 |
| HSL | 280.9º | 1% | 0.44% | - |
| HSV(B) | 280.9º | 1% | 0.87% | - |
| XYZ | 26.27 | 12 | 70.74 | - |
| YUV | 70.87 | 213.86 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 223 | 0.32 | 1 | 0 | 0.13 | 280.9 | 1 | 0.44 |
| Hex | 98 | 0 | DF | 20 | 64 | 0 | D | 119 | 64 | 2C |
| Octal | 230 | 0 | 337 | 40 | 144 | 0 | 15 | 431 | 144 | 54 |
| Binary | 10011000 | 0 | 11011111 | 100000 | 1100100 | 0 | 1101 | 100011001 | 1100100 | 101100 |
Color Harmonies of #9800DF
Complementary color
Monochromatic Colors of #9800DF
Black with #9800DF
Text Example
Text Example
White with #9800DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800DF; }
p { color: rgb(152,0,223); }
H1.HeaderClassName
{
color: #9800DF;
}
.AnyTagClassName
{
color: #9800DF;
}
</style>
background-color css
<style>
a { background-color: #9800DF; }
a { background-color: rgb(152,0,223); }
div.DivClassName
{
background-color: #9800DF;
}
.BgClassName
{
background-color: #9800DF;
}
</style>
border-color css
<style>
span { border-color: #9800DF; }
span { border-color: rgb(152,0,223); }
td.TdClassName
{
border-color: #9800DF;
}
.TagClassName
{
border-color: #9800DF;
}
</style>