Shades of Blue Violet #9032EE
Tints of Blue Violet #9032EE
RGB
CMYK
RGB Variations
Color information
#9032EE (or 0x9032EE) is known color: Blue Violet. HEX triplet: 90, 32 and EE. RGB value is (144,50,238). Sum of RGB (Red+Green+Blue) = 144+50+238=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #9032EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9032EE is #6FCD11. Grayscale: #626262. Windows color (decimal): -7326994 or 15610512. OLE color: 15610512.
HSL color Cylindrical-coordinate representation of color #9032EE: hue angle of 270º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9032EE is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 50 | 238 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.56% | - |
| HSV(B) | 270º | 0.79% | 0.93% | - |
| XYZ | 28.07 | 14.38 | 82.19 | - |
| YUV | 99.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 238 | 0.39 | 0.79 | 0 | 0.07 | 270 | 0.85 | 0.56 |
| Hex | 90 | 32 | EE | 27 | 4F | 0 | 7 | 10E | 55 | 38 |
| Octal | 220 | 62 | 356 | 47 | 117 | 0 | 7 | 416 | 125 | 70 |
| Binary | 10010000 | 110010 | 11101110 | 100111 | 1001111 | 0 | 111 | 100001110 | 1010101 | 111000 |
Color Harmonies of #9032EE
Complementary color
Monochromatic Colors of #9032EE
Black with #9032EE
Text Example
Text Example
White with #9032EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9032EE; }
p { color: rgb(144,50,238); }
H1.HeaderClassName
{
color: #9032EE;
}
.AnyTagClassName
{
color: #9032EE;
}
</style>
background-color css
<style>
a { background-color: #9032EE; }
a { background-color: rgb(144,50,238); }
div.DivClassName
{
background-color: #9032EE;
}
.BgClassName
{
background-color: #9032EE;
}
</style>
border-color css
<style>
span { border-color: #9032EE; }
span { border-color: rgb(144,50,238); }
td.TdClassName
{
border-color: #9032EE;
}
.TagClassName
{
border-color: #9032EE;
}
</style>