Shades of Blue Violet #9236E5
Tints of Blue Violet #9236E5
RGB
CMYK
RGB Variations
Color information
#9236E5 (or 0x9236E5) is known color: Blue Violet. HEX triplet: 92, 36 and E5. RGB value is (146,54,229). Sum of RGB (Red+Green+Blue) = 146+54+229=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #9236E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236E5 is #6DC91A. Grayscale: #646464. Windows color (decimal): -7194907 or 15021714. OLE color: 15021714.
HSL color Cylindrical-coordinate representation of color #9236E5: hue angle of 271.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9236E5 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 54 | 229 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.10 |
| HSL | 271.54º | 0.77% | 0.55% | - |
| HSV(B) | 271.54º | 0.76% | 0.9% | - |
| XYZ | 27.32 | 14.41 | 75.47 | - |
| YUV | 101.46 | 199.98 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 229 | 0.36 | 0.76 | 0 | 0.10 | 271.54 | 0.77 | 0.55 |
| Hex | 92 | 36 | E5 | 24 | 4C | 0 | A | 110 | 4D | 37 |
| Octal | 222 | 66 | 345 | 44 | 114 | 0 | 12 | 420 | 115 | 67 |
| Binary | 10010010 | 110110 | 11100101 | 100100 | 1001100 | 0 | 1010 | 100010000 | 1001101 | 110111 |
Color Harmonies of #9236E5
Complementary color
Monochromatic Colors of #9236E5
Black with #9236E5
Text Example
Text Example
White with #9236E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9236E5; }
p { color: rgb(146,54,229); }
H1.HeaderClassName
{
color: #9236E5;
}
.AnyTagClassName
{
color: #9236E5;
}
</style>
background-color css
<style>
a { background-color: #9236E5; }
a { background-color: rgb(146,54,229); }
div.DivClassName
{
background-color: #9236E5;
}
.BgClassName
{
background-color: #9236E5;
}
</style>
border-color css
<style>
span { border-color: #9236E5; }
span { border-color: rgb(146,54,229); }
td.TdClassName
{
border-color: #9236E5;
}
.TagClassName
{
border-color: #9236E5;
}
</style>