Shades of Blue Violet #9032FA
Tints of Blue Violet #9032FA
RGB
CMYK
RGB Variations
Color information
#9032FA (or 0x9032FA) is known color: Blue Violet. HEX triplet: 90, 32 and FA. RGB value is (144,50,250). Sum of RGB (Red+Green+Blue) = 144+50+250=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #9032FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9032FA is #6FCD05. Grayscale: #646464. Windows color (decimal): -7326982 or 16396944. OLE color: 16396944.
HSL color Cylindrical-coordinate representation of color #9032FA: hue angle of 268.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9032FA is Cyan = 0.42, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 50 | 250 | - |
| CMYK | 0.42 | 0.8 | 0 | 0.02 |
| HSL | 268.2º | 0.95% | 0.59% | - |
| HSV(B) | 268.2º | 0.8% | 0.98% | - |
| XYZ | 29.9 | 15.11 | 91.78 | - |
| YUV | 100.91 | 212.14 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 250 | 0.42 | 0.8 | 0 | 0.02 | 268.2 | 0.95 | 0.59 |
| Hex | 90 | 32 | FA | 2A | 50 | 0 | 2 | 10C | 5F | 3B |
| Octal | 220 | 62 | 372 | 52 | 120 | 0 | 2 | 414 | 137 | 73 |
| Binary | 10010000 | 110010 | 11111010 | 101010 | 1010000 | 0 | 10 | 100001100 | 1011111 | 111011 |
Color Harmonies of #9032FA
Complementary color
Monochromatic Colors of #9032FA
Black with #9032FA
Text Example
Text Example
White with #9032FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9032FA; }
p { color: rgb(144,50,250); }
H1.HeaderClassName
{
color: #9032FA;
}
.AnyTagClassName
{
color: #9032FA;
}
</style>
background-color css
<style>
a { background-color: #9032FA; }
a { background-color: rgb(144,50,250); }
div.DivClassName
{
background-color: #9032FA;
}
.BgClassName
{
background-color: #9032FA;
}
</style>
border-color css
<style>
span { border-color: #9032FA; }
span { border-color: rgb(144,50,250); }
td.TdClassName
{
border-color: #9032FA;
}
.TagClassName
{
border-color: #9032FA;
}
</style>