Shades of Blue Violet #9D32EB
Tints of Blue Violet #9D32EB
RGB
CMYK
RGB Variations
Color information
#9D32EB (or 0x9D32EB) is known color: Blue Violet. HEX triplet: 9D, 32 and EB. RGB value is (157,50,235). Sum of RGB (Red+Green+Blue) = 157+50+235=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D32EB is #62CD14. Grayscale: #666666. Windows color (decimal): -6475029 or 15413917. OLE color: 15413917.
HSL color Cylindrical-coordinate representation of color #9D32EB: hue angle of 274.7º degrees, saturation: 0.82, 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 #9D32EB is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 50 | 235 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.08 |
| HSL | 274.7º | 0.82% | 0.56% | - |
| HSV(B) | 274.7º | 0.79% | 0.92% | - |
| XYZ | 30.04 | 15.45 | 80 | - |
| YUV | 103.08 | 202.45 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 235 | 0.33 | 0.79 | 0 | 0.08 | 274.7 | 0.82 | 0.56 |
| Hex | 9D | 32 | EB | 21 | 4F | 0 | 8 | 113 | 52 | 38 |
| Octal | 235 | 62 | 353 | 41 | 117 | 0 | 10 | 423 | 122 | 70 |
| Binary | 10011101 | 110010 | 11101011 | 100001 | 1001111 | 0 | 1000 | 100010011 | 1010010 | 111000 |
Color Harmonies of #9D32EB
Complementary color
Monochromatic Colors of #9D32EB
Black with #9D32EB
Text Example
Text Example
White with #9D32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D32EB; }
p { color: rgb(157,50,235); }
H1.HeaderClassName
{
color: #9D32EB;
}
.AnyTagClassName
{
color: #9D32EB;
}
</style>
background-color css
<style>
a { background-color: #9D32EB; }
a { background-color: rgb(157,50,235); }
div.DivClassName
{
background-color: #9D32EB;
}
.BgClassName
{
background-color: #9D32EB;
}
</style>
border-color css
<style>
span { border-color: #9D32EB; }
span { border-color: rgb(157,50,235); }
td.TdClassName
{
border-color: #9D32EB;
}
.TagClassName
{
border-color: #9D32EB;
}
</style>