Shades of Blue Violet #9829ED
Tints of Blue Violet #9829ED
RGB
CMYK
RGB Variations
Color information
#9829ED (or 0x9829ED) is known color: Blue Violet. HEX triplet: 98, 29 and ED. RGB value is (152,41,237). Sum of RGB (Red+Green+Blue) = 152+41+237=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #9829ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9829ED is #67D612. Grayscale: #5F5F5F. Windows color (decimal): -6805011 or 15542680. OLE color: 15542680.
HSL color Cylindrical-coordinate representation of color #9829ED: hue angle of 273.98º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9829ED is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 41 | 237 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.07 |
| HSL | 273.98º | 0.84% | 0.55% | - |
| HSV(B) | 273.98º | 0.83% | 0.93% | - |
| XYZ | 29.03 | 14.38 | 81.37 | - |
| YUV | 96.53 | 207.27 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 237 | 0.36 | 0.83 | 0 | 0.07 | 273.98 | 0.84 | 0.55 |
| Hex | 98 | 29 | ED | 24 | 53 | 0 | 7 | 112 | 54 | 37 |
| Octal | 230 | 51 | 355 | 44 | 123 | 0 | 7 | 422 | 124 | 67 |
| Binary | 10011000 | 101001 | 11101101 | 100100 | 1010011 | 0 | 111 | 100010010 | 1010100 | 110111 |
Color Harmonies of #9829ED
Complementary color
Monochromatic Colors of #9829ED
Black with #9829ED
Text Example
Text Example
White with #9829ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829ED; }
p { color: rgb(152,41,237); }
H1.HeaderClassName
{
color: #9829ED;
}
.AnyTagClassName
{
color: #9829ED;
}
</style>
background-color css
<style>
a { background-color: #9829ED; }
a { background-color: rgb(152,41,237); }
div.DivClassName
{
background-color: #9829ED;
}
.BgClassName
{
background-color: #9829ED;
}
</style>
border-color css
<style>
span { border-color: #9829ED; }
span { border-color: rgb(152,41,237); }
td.TdClassName
{
border-color: #9829ED;
}
.TagClassName
{
border-color: #9829ED;
}
</style>