Shades of Blue Violet #9235E5
Tints of Blue Violet #9235E5
RGB
CMYK
RGB Variations
Color information
#9235E5 (or 0x9235E5) is known color: Blue Violet. HEX triplet: 92, 35 and E5. RGB value is (146,53,229). Sum of RGB (Red+Green+Blue) = 146+53+229=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #9235E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9235E5 is #6DCA1A. Grayscale: #646464. Windows color (decimal): -7195163 or 15021458. OLE color: 15021458.
HSL color Cylindrical-coordinate representation of color #9235E5: hue angle of 271.7º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9235E5 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 53 | 229 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.10 |
| HSL | 271.7º | 0.77% | 0.55% | - |
| HSV(B) | 271.7º | 0.77% | 0.9% | - |
| XYZ | 27.27 | 14.31 | 75.45 | - |
| YUV | 100.87 | 200.31 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 229 | 0.36 | 0.77 | 0 | 0.10 | 271.7 | 0.77 | 0.55 |
| Hex | 92 | 35 | E5 | 24 | 4D | 0 | A | 110 | 4D | 37 |
| Octal | 222 | 65 | 345 | 44 | 115 | 0 | 12 | 420 | 115 | 67 |
| Binary | 10010010 | 110101 | 11100101 | 100100 | 1001101 | 0 | 1010 | 100010000 | 1001101 | 110111 |
Color Harmonies of #9235E5
Complementary color
Monochromatic Colors of #9235E5
Black with #9235E5
Text Example
Text Example
White with #9235E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9235E5; }
p { color: rgb(146,53,229); }
H1.HeaderClassName
{
color: #9235E5;
}
.AnyTagClassName
{
color: #9235E5;
}
</style>
background-color css
<style>
a { background-color: #9235E5; }
a { background-color: rgb(146,53,229); }
div.DivClassName
{
background-color: #9235E5;
}
.BgClassName
{
background-color: #9235E5;
}
</style>
border-color css
<style>
span { border-color: #9235E5; }
span { border-color: rgb(146,53,229); }
td.TdClassName
{
border-color: #9235E5;
}
.TagClassName
{
border-color: #9235E5;
}
</style>