Shades of Blue Violet #9332E6
Tints of Blue Violet #9332E6
RGB
CMYK
RGB Variations
Color information
#9332E6 (or 0x9332E6) is known color: Blue Violet. HEX triplet: 93, 32 and E6. RGB value is (147,50,230). Sum of RGB (Red+Green+Blue) = 147+50+230=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #9332E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9332E6 is #6CCD19. Grayscale: #626262. Windows color (decimal): -7130394 or 15086227. OLE color: 15086227.
HSL color Cylindrical-coordinate representation of color #9332E6: hue angle of 272.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9332E6 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 50 | 230 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.10 |
| HSL | 272.33º | 0.78% | 0.55% | - |
| HSV(B) | 272.33º | 0.78% | 0.9% | - |
| XYZ | 27.46 | 14.2 | 76.16 | - |
| YUV | 99.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 230 | 0.36 | 0.78 | 0 | 0.10 | 272.33 | 0.78 | 0.55 |
| Hex | 93 | 32 | E6 | 24 | 4E | 0 | A | 110 | 4E | 37 |
| Octal | 223 | 62 | 346 | 44 | 116 | 0 | 12 | 420 | 116 | 67 |
| Binary | 10010011 | 110010 | 11100110 | 100100 | 1001110 | 0 | 1010 | 100010000 | 1001110 | 110111 |
Color Harmonies of #9332E6
Complementary color
Monochromatic Colors of #9332E6
Black with #9332E6
Text Example
Text Example
White with #9332E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9332E6; }
p { color: rgb(147,50,230); }
H1.HeaderClassName
{
color: #9332E6;
}
.AnyTagClassName
{
color: #9332E6;
}
</style>
background-color css
<style>
a { background-color: #9332E6; }
a { background-color: rgb(147,50,230); }
div.DivClassName
{
background-color: #9332E6;
}
.BgClassName
{
background-color: #9332E6;
}
</style>
border-color css
<style>
span { border-color: #9332E6; }
span { border-color: rgb(147,50,230); }
td.TdClassName
{
border-color: #9332E6;
}
.TagClassName
{
border-color: #9332E6;
}
</style>