Shades of Blue Violet #9D32EA
Tints of Blue Violet #9D32EA
RGB
CMYK
RGB Variations
Color information
#9D32EA (or 0x9D32EA) is known color: Blue Violet. HEX triplet: 9D, 32 and EA. RGB value is (157,50,234). Sum of RGB (Red+Green+Blue) = 157+50+234=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D32EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D32EA is #62CD15. Grayscale: #666666. Windows color (decimal): -6475030 or 15348381. OLE color: 15348381.
HSL color Cylindrical-coordinate representation of color #9D32EA: hue angle of 274.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D32EA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 50 | 234 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.08 |
| HSL | 274.89º | 0.81% | 0.56% | - |
| HSV(B) | 274.89º | 0.79% | 0.92% | - |
| XYZ | 29.9 | 15.39 | 79.24 | - |
| YUV | 102.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 234 | 0.33 | 0.79 | 0 | 0.08 | 274.89 | 0.81 | 0.56 |
| Hex | 9D | 32 | EA | 21 | 4F | 0 | 8 | 113 | 51 | 38 |
| Octal | 235 | 62 | 352 | 41 | 117 | 0 | 10 | 423 | 121 | 70 |
| Binary | 10011101 | 110010 | 11101010 | 100001 | 1001111 | 0 | 1000 | 100010011 | 1010001 | 111000 |
Color Harmonies of #9D32EA
Complementary color
Monochromatic Colors of #9D32EA
Black with #9D32EA
Text Example
Text Example
White with #9D32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D32EA; }
p { color: rgb(157,50,234); }
H1.HeaderClassName
{
color: #9D32EA;
}
.AnyTagClassName
{
color: #9D32EA;
}
</style>
background-color css
<style>
a { background-color: #9D32EA; }
a { background-color: rgb(157,50,234); }
div.DivClassName
{
background-color: #9D32EA;
}
.BgClassName
{
background-color: #9D32EA;
}
</style>
border-color css
<style>
span { border-color: #9D32EA; }
span { border-color: rgb(157,50,234); }
td.TdClassName
{
border-color: #9D32EA;
}
.TagClassName
{
border-color: #9D32EA;
}
</style>