Shades of Blue Violet #9432EE
Tints of Blue Violet #9432EE
RGB
CMYK
RGB Variations
Color information
#9432EE (or 0x9432EE) is known color: Blue Violet. HEX triplet: 94, 32 and EE. RGB value is (148,50,238). Sum of RGB (Red+Green+Blue) = 148+50+238=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #9432EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9432EE is #6BCD11. Grayscale: #646464. Windows color (decimal): -7064850 or 15610516. OLE color: 15610516.
HSL color Cylindrical-coordinate representation of color #9432EE: hue angle of 271.28º 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 #9432EE is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 50 | 238 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.07 |
| HSL | 271.28º | 0.85% | 0.56% | - |
| HSV(B) | 271.28º | 0.79% | 0.93% | - |
| XYZ | 28.79 | 14.75 | 82.22 | - |
| YUV | 100.73 | 205.47 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 238 | 0.38 | 0.79 | 0 | 0.07 | 271.28 | 0.85 | 0.56 |
| Hex | 94 | 32 | EE | 26 | 4F | 0 | 7 | 10F | 55 | 38 |
| Octal | 224 | 62 | 356 | 46 | 117 | 0 | 7 | 417 | 125 | 70 |
| Binary | 10010100 | 110010 | 11101110 | 100110 | 1001111 | 0 | 111 | 100001111 | 1010101 | 111000 |
Color Harmonies of #9432EE
Complementary color
Monochromatic Colors of #9432EE
Black with #9432EE
Text Example
Text Example
White with #9432EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432EE; }
p { color: rgb(148,50,238); }
H1.HeaderClassName
{
color: #9432EE;
}
.AnyTagClassName
{
color: #9432EE;
}
</style>
background-color css
<style>
a { background-color: #9432EE; }
a { background-color: rgb(148,50,238); }
div.DivClassName
{
background-color: #9432EE;
}
.BgClassName
{
background-color: #9432EE;
}
</style>
border-color css
<style>
span { border-color: #9432EE; }
span { border-color: rgb(148,50,238); }
td.TdClassName
{
border-color: #9432EE;
}
.TagClassName
{
border-color: #9432EE;
}
</style>