Shades of Dark Violet #9800DB
Tints of Dark Violet #9800DB
RGB
CMYK
RGB Variations
Color information
#9800DB (or 0x9800DB) is known color: Dark Violet. HEX triplet: 98, 00 and DB. RGB value is (152,0,219). Sum of RGB (Red+Green+Blue) = 152+0+219=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #9800DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800DB is #67FF24. Grayscale: #454545. Windows color (decimal): -6815525 or 14352536. OLE color: 14352536.
HSL color Cylindrical-coordinate representation of color #9800DB: hue angle of 281.64º 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 #9800DB is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 0 | 219 | - |
| CMYK | 0.31 | 1 | 0 | 0.14 |
| HSL | 281.64º | 1% | 0.43% | - |
| HSV(B) | 281.64º | 1% | 0.86% | - |
| XYZ | 25.74 | 11.79 | 67.94 | - |
| YUV | 70.41 | 211.86 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 219 | 0.31 | 1 | 0 | 0.14 | 281.64 | 1 | 0.43 |
| Hex | 98 | 0 | DB | 1F | 64 | 0 | E | 11A | 64 | 2B |
| Octal | 230 | 0 | 333 | 37 | 144 | 0 | 16 | 432 | 144 | 53 |
| Binary | 10011000 | 0 | 11011011 | 11111 | 1100100 | 0 | 1110 | 100011010 | 1100100 | 101011 |
Color Harmonies of #9800DB
Complementary color
Monochromatic Colors of #9800DB
Black with #9800DB
Text Example
Text Example
White with #9800DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800DB; }
p { color: rgb(152,0,219); }
H1.HeaderClassName
{
color: #9800DB;
}
.AnyTagClassName
{
color: #9800DB;
}
</style>
background-color css
<style>
a { background-color: #9800DB; }
a { background-color: rgb(152,0,219); }
div.DivClassName
{
background-color: #9800DB;
}
.BgClassName
{
background-color: #9800DB;
}
</style>
border-color css
<style>
span { border-color: #9800DB; }
span { border-color: rgb(152,0,219); }
td.TdClassName
{
border-color: #9800DB;
}
.TagClassName
{
border-color: #9800DB;
}
</style>