Shades of Blue Violet #9D32F9
Tints of Blue Violet #9D32F9
RGB
CMYK
RGB Variations
Color information
#9D32F9 (or 0x9D32F9) is known color: Blue Violet. HEX triplet: 9D, 32 and F9. RGB value is (157,50,249). Sum of RGB (Red+Green+Blue) = 157+50+249=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D32F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D32F9 is #62CD06. Grayscale: #676767. Windows color (decimal): -6475015 or 16331421. OLE color: 16331421.
HSL color Cylindrical-coordinate representation of color #9D32F9: hue angle of 272.26º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D32F9 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 50 | 249 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.02 |
| HSL | 272.26º | 0.94% | 0.59% | - |
| HSV(B) | 272.26º | 0.8% | 0.98% | - |
| XYZ | 32.14 | 16.29 | 91.07 | - |
| YUV | 104.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 249 | 0.37 | 0.80 | 0 | 0.02 | 272.26 | 0.94 | 0.59 |
| Hex | 9D | 32 | F9 | 25 | 50 | 0 | 2 | 110 | 5E | 3B |
| Octal | 235 | 62 | 371 | 45 | 120 | 0 | 2 | 420 | 136 | 73 |
| Binary | 10011101 | 110010 | 11111001 | 100101 | 1010000 | 0 | 10 | 100010000 | 1011110 | 111011 |
Color Harmonies of #9D32F9
Complementary color
Monochromatic Colors of #9D32F9
Black with #9D32F9
Text Example
Text Example
White with #9D32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D32F9; }
p { color: rgb(157,50,249); }
H1.HeaderClassName
{
color: #9D32F9;
}
.AnyTagClassName
{
color: #9D32F9;
}
</style>
background-color css
<style>
a { background-color: #9D32F9; }
a { background-color: rgb(157,50,249); }
div.DivClassName
{
background-color: #9D32F9;
}
.BgClassName
{
background-color: #9D32F9;
}
</style>
border-color css
<style>
span { border-color: #9D32F9; }
span { border-color: rgb(157,50,249); }
td.TdClassName
{
border-color: #9D32F9;
}
.TagClassName
{
border-color: #9D32F9;
}
</style>