Shades of Blue Violet #9829E1
Tints of Blue Violet #9829E1
RGB
CMYK
RGB Variations
Color information
#9829E1 (or 0x9829E1) is known color: Blue Violet. HEX triplet: 98, 29 and E1. RGB value is (152,41,225). Sum of RGB (Red+Green+Blue) = 152+41+225=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #9829E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829E1 is #67D61E. Grayscale: #5E5E5E. Windows color (decimal): -6805023 or 14756248. OLE color: 14756248.
HSL color Cylindrical-coordinate representation of color #9829E1: hue angle of 276.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9829E1 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 41 | 225 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.12 |
| HSL | 276.2º | 0.75% | 0.52% | - |
| HSV(B) | 276.2º | 0.82% | 0.88% | - |
| XYZ | 27.33 | 13.7 | 72.44 | - |
| YUV | 95.17 | 201.27 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 225 | 0.32 | 0.82 | 0 | 0.12 | 276.2 | 0.75 | 0.52 |
| Hex | 98 | 29 | E1 | 20 | 52 | 0 | C | 114 | 4B | 34 |
| Octal | 230 | 51 | 341 | 40 | 122 | 0 | 14 | 424 | 113 | 64 |
| Binary | 10011000 | 101001 | 11100001 | 100000 | 1010010 | 0 | 1100 | 100010100 | 1001011 | 110100 |
Color Harmonies of #9829E1
Complementary color
Monochromatic Colors of #9829E1
Black with #9829E1
Text Example
Text Example
White with #9829E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829E1; }
p { color: rgb(152,41,225); }
H1.HeaderClassName
{
color: #9829E1;
}
.AnyTagClassName
{
color: #9829E1;
}
</style>
background-color css
<style>
a { background-color: #9829E1; }
a { background-color: rgb(152,41,225); }
div.DivClassName
{
background-color: #9829E1;
}
.BgClassName
{
background-color: #9829E1;
}
</style>
border-color css
<style>
span { border-color: #9829E1; }
span { border-color: rgb(152,41,225); }
td.TdClassName
{
border-color: #9829E1;
}
.TagClassName
{
border-color: #9829E1;
}
</style>