Shades of Blue Violet #9827DF
Tints of Blue Violet #9827DF
RGB
CMYK
RGB Variations
Color information
#9827DF (or 0x9827DF) is known color: Blue Violet. HEX triplet: 98, 27 and DF. RGB value is (152,39,223). Sum of RGB (Red+Green+Blue) = 152+39+223=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #9827DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9827DF is #67D820. Grayscale: #5D5D5D. Windows color (decimal): -6805537 or 14624664. OLE color: 14624664.
HSL color Cylindrical-coordinate representation of color #9827DF: hue angle of 276.85º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9827DF is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 39 | 223 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.13 |
| HSL | 276.85º | 0.74% | 0.51% | - |
| HSV(B) | 276.85º | 0.83% | 0.87% | - |
| XYZ | 26.99 | 13.45 | 70.99 | - |
| YUV | 93.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 223 | 0.32 | 0.83 | 0 | 0.13 | 276.85 | 0.74 | 0.51 |
| Hex | 98 | 27 | DF | 20 | 53 | 0 | D | 115 | 4A | 33 |
| Octal | 230 | 47 | 337 | 40 | 123 | 0 | 15 | 425 | 112 | 63 |
| Binary | 10011000 | 100111 | 11011111 | 100000 | 1010011 | 0 | 1101 | 100010101 | 1001010 | 110011 |
Color Harmonies of #9827DF
Complementary color
Monochromatic Colors of #9827DF
Black with #9827DF
Text Example
Text Example
White with #9827DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9827DF; }
p { color: rgb(152,39,223); }
H1.HeaderClassName
{
color: #9827DF;
}
.AnyTagClassName
{
color: #9827DF;
}
</style>
background-color css
<style>
a { background-color: #9827DF; }
a { background-color: rgb(152,39,223); }
div.DivClassName
{
background-color: #9827DF;
}
.BgClassName
{
background-color: #9827DF;
}
</style>
border-color css
<style>
span { border-color: #9827DF; }
span { border-color: rgb(152,39,223); }
td.TdClassName
{
border-color: #9827DF;
}
.TagClassName
{
border-color: #9827DF;
}
</style>