Shades of Blue Violet #9829EB
Tints of Blue Violet #9829EB
RGB
CMYK
RGB Variations
Color information
#9829EB (or 0x9829EB) is known color: Blue Violet. HEX triplet: 98, 29 and EB. RGB value is (152,41,235). Sum of RGB (Red+Green+Blue) = 152+41+235=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #9829EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9829EB is #67D614. Grayscale: #5F5F5F. Windows color (decimal): -6805013 or 15411608. OLE color: 15411608.
HSL color Cylindrical-coordinate representation of color #9829EB: hue angle of 274.33º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9829EB is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 41 | 235 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.08 |
| HSL | 274.33º | 0.83% | 0.54% | - |
| HSV(B) | 274.33º | 0.83% | 0.92% | - |
| XYZ | 28.74 | 14.26 | 79.83 | - |
| YUV | 96.31 | 206.27 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 235 | 0.35 | 0.83 | 0 | 0.08 | 274.33 | 0.83 | 0.54 |
| Hex | 98 | 29 | EB | 23 | 53 | 0 | 8 | 112 | 53 | 36 |
| Octal | 230 | 51 | 353 | 43 | 123 | 0 | 10 | 422 | 123 | 66 |
| Binary | 10011000 | 101001 | 11101011 | 100011 | 1010011 | 0 | 1000 | 100010010 | 1010011 | 110110 |
Color Harmonies of #9829EB
Complementary color
Monochromatic Colors of #9829EB
Black with #9829EB
Text Example
Text Example
White with #9829EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829EB; }
p { color: rgb(152,41,235); }
H1.HeaderClassName
{
color: #9829EB;
}
.AnyTagClassName
{
color: #9829EB;
}
</style>
background-color css
<style>
a { background-color: #9829EB; }
a { background-color: rgb(152,41,235); }
div.DivClassName
{
background-color: #9829EB;
}
.BgClassName
{
background-color: #9829EB;
}
</style>
border-color css
<style>
span { border-color: #9829EB; }
span { border-color: rgb(152,41,235); }
td.TdClassName
{
border-color: #9829EB;
}
.TagClassName
{
border-color: #9829EB;
}
</style>