Shades of Blue Violet #9432EC
Tints of Blue Violet #9432EC
RGB
CMYK
RGB Variations
Color information
#9432EC (or 0x9432EC) is known color: Blue Violet. HEX triplet: 94, 32 and EC. RGB value is (148,50,236). Sum of RGB (Red+Green+Blue) = 148+50+236=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #9432EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9432EC is #6BCD13. Grayscale: #636363. Windows color (decimal): -7064852 or 15479444. OLE color: 15479444.
HSL color Cylindrical-coordinate representation of color #9432EC: hue angle of 271.61º degrees, saturation: 0.83, 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 #9432EC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 50 | 236 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.07 |
| HSL | 271.61º | 0.83% | 0.56% | - |
| HSV(B) | 271.61º | 0.79% | 0.93% | - |
| XYZ | 28.49 | 14.63 | 80.68 | - |
| YUV | 100.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 236 | 0.37 | 0.79 | 0 | 0.07 | 271.61 | 0.83 | 0.56 |
| Hex | 94 | 32 | EC | 25 | 4F | 0 | 7 | 110 | 53 | 38 |
| Octal | 224 | 62 | 354 | 45 | 117 | 0 | 7 | 420 | 123 | 70 |
| Binary | 10010100 | 110010 | 11101100 | 100101 | 1001111 | 0 | 111 | 100010000 | 1010011 | 111000 |
Color Harmonies of #9432EC
Complementary color
Monochromatic Colors of #9432EC
Black with #9432EC
Text Example
Text Example
White with #9432EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432EC; }
p { color: rgb(148,50,236); }
H1.HeaderClassName
{
color: #9432EC;
}
.AnyTagClassName
{
color: #9432EC;
}
</style>
background-color css
<style>
a { background-color: #9432EC; }
a { background-color: rgb(148,50,236); }
div.DivClassName
{
background-color: #9432EC;
}
.BgClassName
{
background-color: #9432EC;
}
</style>
border-color css
<style>
span { border-color: #9432EC; }
span { border-color: rgb(148,50,236); }
td.TdClassName
{
border-color: #9432EC;
}
.TagClassName
{
border-color: #9432EC;
}
</style>