Shades of Blue Violet #9825DB
Tints of Blue Violet #9825DB
RGB
CMYK
RGB Variations
Color information
#9825DB (or 0x9825DB) is known color: Blue Violet. HEX triplet: 98, 25 and DB. RGB value is (152,37,219). Sum of RGB (Red+Green+Blue) = 152+37+219=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #9825DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825DB is #67DA24. Grayscale: #5B5B5B. Windows color (decimal): -6806053 or 14362008. OLE color: 14362008.
HSL color Cylindrical-coordinate representation of color #9825DB: hue angle of 277.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9825DB is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 37 | 219 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.14 |
| HSL | 277.91º | 0.72% | 0.5% | - |
| HSV(B) | 277.91º | 0.83% | 0.86% | - |
| XYZ | 26.4 | 13.11 | 68.16 | - |
| YUV | 92.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 219 | 0.31 | 0.83 | 0 | 0.14 | 277.91 | 0.72 | 0.5 |
| Hex | 98 | 25 | DB | 1F | 53 | 0 | E | 116 | 48 | 32 |
| Octal | 230 | 45 | 333 | 37 | 123 | 0 | 16 | 426 | 110 | 62 |
| Binary | 10011000 | 100101 | 11011011 | 11111 | 1010011 | 0 | 1110 | 100010110 | 1001000 | 110010 |
Color Harmonies of #9825DB
Complementary color
Monochromatic Colors of #9825DB
Black with #9825DB
Text Example
Text Example
White with #9825DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825DB; }
p { color: rgb(152,37,219); }
H1.HeaderClassName
{
color: #9825DB;
}
.AnyTagClassName
{
color: #9825DB;
}
</style>
background-color css
<style>
a { background-color: #9825DB; }
a { background-color: rgb(152,37,219); }
div.DivClassName
{
background-color: #9825DB;
}
.BgClassName
{
background-color: #9825DB;
}
</style>
border-color css
<style>
span { border-color: #9825DB; }
span { border-color: rgb(152,37,219); }
td.TdClassName
{
border-color: #9825DB;
}
.TagClassName
{
border-color: #9825DB;
}
</style>