Shades of Blue Violet #9827DB
Tints of Blue Violet #9827DB
RGB
CMYK
RGB Variations
Color information
#9827DB (or 0x9827DB) is known color: Blue Violet. HEX triplet: 98, 27 and DB. RGB value is (152,39,219). Sum of RGB (Red+Green+Blue) = 152+39+219=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #9827DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9827DB is #67D824. Grayscale: #5C5C5C. Windows color (decimal): -6805541 or 14362520. OLE color: 14362520.
HSL color Cylindrical-coordinate representation of color #9827DB: hue angle of 277.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9827DB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 39 | 219 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.14 |
| HSL | 277.67º | 0.71% | 0.51% | - |
| HSV(B) | 277.67º | 0.82% | 0.86% | - |
| XYZ | 26.46 | 13.24 | 68.18 | - |
| YUV | 93.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 219 | 0.31 | 0.82 | 0 | 0.14 | 277.67 | 0.71 | 0.51 |
| Hex | 98 | 27 | DB | 1F | 52 | 0 | E | 116 | 47 | 33 |
| Octal | 230 | 47 | 333 | 37 | 122 | 0 | 16 | 426 | 107 | 63 |
| Binary | 10011000 | 100111 | 11011011 | 11111 | 1010010 | 0 | 1110 | 100010110 | 1000111 | 110011 |
Color Harmonies of #9827DB
Complementary color
Monochromatic Colors of #9827DB
Black with #9827DB
Text Example
Text Example
White with #9827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9827DB; }
p { color: rgb(152,39,219); }
H1.HeaderClassName
{
color: #9827DB;
}
.AnyTagClassName
{
color: #9827DB;
}
</style>
background-color css
<style>
a { background-color: #9827DB; }
a { background-color: rgb(152,39,219); }
div.DivClassName
{
background-color: #9827DB;
}
.BgClassName
{
background-color: #9827DB;
}
</style>
border-color css
<style>
span { border-color: #9827DB; }
span { border-color: rgb(152,39,219); }
td.TdClassName
{
border-color: #9827DB;
}
.TagClassName
{
border-color: #9827DB;
}
</style>