Shades of Blue Violet #9129EA
Tints of Blue Violet #9129EA
RGB
CMYK
RGB Variations
Color information
#9129EA (or 0x9129EA) is known color: Blue Violet. HEX triplet: 91, 29 and EA. RGB value is (145,41,234). Sum of RGB (Red+Green+Blue) = 145+41+234=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #9129EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9129EA is #6ED615. Grayscale: #5D5D5D. Windows color (decimal): -7263766 or 15346065. OLE color: 15346065.
HSL color Cylindrical-coordinate representation of color #9129EA: hue angle of 272.33º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9129EA is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 41 | 234 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.08 |
| HSL | 272.33º | 0.82% | 0.54% | - |
| HSV(B) | 272.33º | 0.82% | 0.92% | - |
| XYZ | 27.32 | 13.55 | 79.02 | - |
| YUV | 94.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 234 | 0.38 | 0.82 | 0 | 0.08 | 272.33 | 0.82 | 0.54 |
| Hex | 91 | 29 | EA | 26 | 52 | 0 | 8 | 110 | 52 | 36 |
| Octal | 221 | 51 | 352 | 46 | 122 | 0 | 10 | 420 | 122 | 66 |
| Binary | 10010001 | 101001 | 11101010 | 100110 | 1010010 | 0 | 1000 | 100010000 | 1010010 | 110110 |
Color Harmonies of #9129EA
Complementary color
Monochromatic Colors of #9129EA
Black with #9129EA
Text Example
Text Example
White with #9129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9129EA; }
p { color: rgb(145,41,234); }
H1.HeaderClassName
{
color: #9129EA;
}
.AnyTagClassName
{
color: #9129EA;
}
</style>
background-color css
<style>
a { background-color: #9129EA; }
a { background-color: rgb(145,41,234); }
div.DivClassName
{
background-color: #9129EA;
}
.BgClassName
{
background-color: #9129EA;
}
</style>
border-color css
<style>
span { border-color: #9129EA; }
span { border-color: rgb(145,41,234); }
td.TdClassName
{
border-color: #9129EA;
}
.TagClassName
{
border-color: #9129EA;
}
</style>