Shades of Blue Violet #9819DB
Tints of Blue Violet #9819DB
RGB
CMYK
RGB Variations
Color information
#9819DB (or 0x9819DB) is known color: Blue Violet. HEX triplet: 98, 19 and DB. RGB value is (152,25,219). Sum of RGB (Red+Green+Blue) = 152+25+219=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #9819DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819DB is #67E624. Grayscale: #545454. Windows color (decimal): -6809125 or 14358936. OLE color: 14358936.
HSL color Cylindrical-coordinate representation of color #9819DB: hue angle of 279.28º 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 #9819DB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 25 | 219 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.14 |
| HSL | 279.28º | 0.8% | 0.48% | - |
| HSV(B) | 279.28º | 0.89% | 0.86% | - |
| XYZ | 26.08 | 12.49 | 68.05 | - |
| YUV | 85.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 219 | 0.31 | 0.89 | 0 | 0.14 | 279.28 | 0.8 | 0.48 |
| Hex | 98 | 19 | DB | 1F | 59 | 0 | E | 117 | 50 | 30 |
| Octal | 230 | 31 | 333 | 37 | 131 | 0 | 16 | 427 | 120 | 60 |
| Binary | 10011000 | 11001 | 11011011 | 11111 | 1011001 | 0 | 1110 | 100010111 | 1010000 | 110000 |
Color Harmonies of #9819DB
Complementary color
Monochromatic Colors of #9819DB
Black with #9819DB
Text Example
Text Example
White with #9819DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9819DB; }
p { color: rgb(152,25,219); }
H1.HeaderClassName
{
color: #9819DB;
}
.AnyTagClassName
{
color: #9819DB;
}
</style>
background-color css
<style>
a { background-color: #9819DB; }
a { background-color: rgb(152,25,219); }
div.DivClassName
{
background-color: #9819DB;
}
.BgClassName
{
background-color: #9819DB;
}
</style>
border-color css
<style>
span { border-color: #9819DB; }
span { border-color: rgb(152,25,219); }
td.TdClassName
{
border-color: #9819DB;
}
.TagClassName
{
border-color: #9819DB;
}
</style>