Shades of Blue Violet #9829DF
Tints of Blue Violet #9829DF
RGB
CMYK
RGB Variations
Color information
#9829DF (or 0x9829DF) is known color: Blue Violet. HEX triplet: 98, 29 and DF. RGB value is (152,41,223). Sum of RGB (Red+Green+Blue) = 152+41+223=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #9829DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829DF is #67D620. Grayscale: #5E5E5E. Windows color (decimal): -6805025 or 14625176. OLE color: 14625176.
HSL color Cylindrical-coordinate representation of color #9829DF: hue angle of 276.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9829DF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 41 | 223 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.13 |
| HSL | 276.59º | 0.74% | 0.52% | - |
| HSV(B) | 276.59º | 0.82% | 0.87% | - |
| XYZ | 27.06 | 13.59 | 71.01 | - |
| YUV | 94.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 223 | 0.32 | 0.82 | 0 | 0.13 | 276.59 | 0.74 | 0.52 |
| Hex | 98 | 29 | DF | 20 | 52 | 0 | D | 115 | 4A | 34 |
| Octal | 230 | 51 | 337 | 40 | 122 | 0 | 15 | 425 | 112 | 64 |
| Binary | 10011000 | 101001 | 11011111 | 100000 | 1010010 | 0 | 1101 | 100010101 | 1001010 | 110100 |
Color Harmonies of #9829DF
Complementary color
Monochromatic Colors of #9829DF
Black with #9829DF
Text Example
Text Example
White with #9829DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829DF; }
p { color: rgb(152,41,223); }
H1.HeaderClassName
{
color: #9829DF;
}
.AnyTagClassName
{
color: #9829DF;
}
</style>
background-color css
<style>
a { background-color: #9829DF; }
a { background-color: rgb(152,41,223); }
div.DivClassName
{
background-color: #9829DF;
}
.BgClassName
{
background-color: #9829DF;
}
</style>
border-color css
<style>
span { border-color: #9829DF; }
span { border-color: rgb(152,41,223); }
td.TdClassName
{
border-color: #9829DF;
}
.TagClassName
{
border-color: #9829DF;
}
</style>