Shades of Blue Violet #9829EE
Tints of Blue Violet #9829EE
RGB
CMYK
RGB Variations
Color information
#9829EE (or 0x9829EE) is known color: Blue Violet. HEX triplet: 98, 29 and EE. RGB value is (152,41,238). Sum of RGB (Red+Green+Blue) = 152+41+238=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #9829EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9829EE is #67D611. Grayscale: #5F5F5F. Windows color (decimal): -6805010 or 15608216. OLE color: 15608216.
HSL color Cylindrical-coordinate representation of color #9829EE: hue angle of 273.81º degrees, saturation: 0.85, 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 #9829EE is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 41 | 238 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.07 |
| HSL | 273.81º | 0.85% | 0.55% | - |
| HSV(B) | 273.81º | 0.83% | 0.93% | - |
| XYZ | 29.17 | 14.43 | 82.14 | - |
| YUV | 96.65 | 207.77 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 238 | 0.36 | 0.83 | 0 | 0.07 | 273.81 | 0.85 | 0.55 |
| Hex | 98 | 29 | EE | 24 | 53 | 0 | 7 | 112 | 55 | 37 |
| Octal | 230 | 51 | 356 | 44 | 123 | 0 | 7 | 422 | 125 | 67 |
| Binary | 10011000 | 101001 | 11101110 | 100100 | 1010011 | 0 | 111 | 100010010 | 1010101 | 110111 |
Color Harmonies of #9829EE
Complementary color
Monochromatic Colors of #9829EE
Black with #9829EE
Text Example
Text Example
White with #9829EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829EE; }
p { color: rgb(152,41,238); }
H1.HeaderClassName
{
color: #9829EE;
}
.AnyTagClassName
{
color: #9829EE;
}
</style>
background-color css
<style>
a { background-color: #9829EE; }
a { background-color: rgb(152,41,238); }
div.DivClassName
{
background-color: #9829EE;
}
.BgClassName
{
background-color: #9829EE;
}
</style>
border-color css
<style>
span { border-color: #9829EE; }
span { border-color: rgb(152,41,238); }
td.TdClassName
{
border-color: #9829EE;
}
.TagClassName
{
border-color: #9829EE;
}
</style>