Shades of Blue Violet #9D47EA
Tints of Blue Violet #9D47EA
RGB
CMYK
RGB Variations
Color information
#9D47EA (or 0x9D47EA) is known color: Blue Violet. HEX triplet: 9D, 47 and EA. RGB value is (157,71,234). Sum of RGB (Red+Green+Blue) = 157+71+234=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D47EA is #62B815. Grayscale: #727272. Windows color (decimal): -6469654 or 15353757. OLE color: 15353757.
HSL color Cylindrical-coordinate representation of color #9D47EA: hue angle of 271.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D47EA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 71 | 234 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.08 |
| HSL | 271.66º | 0.8% | 0.6% | - |
| HSV(B) | 271.66º | 0.7% | 0.92% | - |
| XYZ | 31.01 | 17.62 | 79.61 | - |
| YUV | 115.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 234 | 0.33 | 0.70 | 0 | 0.08 | 271.66 | 0.8 | 0.6 |
| Hex | 9D | 47 | EA | 21 | 46 | 0 | 8 | 110 | 50 | 3C |
| Octal | 235 | 107 | 352 | 41 | 106 | 0 | 10 | 420 | 120 | 74 |
| Binary | 10011101 | 1000111 | 11101010 | 100001 | 1000110 | 0 | 1000 | 100010000 | 1010000 | 111100 |
Color Harmonies of #9D47EA
Complementary color
Monochromatic Colors of #9D47EA
Black with #9D47EA
Text Example
Text Example
White with #9D47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D47EA; }
p { color: rgb(157,71,234); }
H1.HeaderClassName
{
color: #9D47EA;
}
.AnyTagClassName
{
color: #9D47EA;
}
</style>
background-color css
<style>
a { background-color: #9D47EA; }
a { background-color: rgb(157,71,234); }
div.DivClassName
{
background-color: #9D47EA;
}
.BgClassName
{
background-color: #9D47EA;
}
</style>
border-color css
<style>
span { border-color: #9D47EA; }
span { border-color: rgb(157,71,234); }
td.TdClassName
{
border-color: #9D47EA;
}
.TagClassName
{
border-color: #9D47EA;
}
</style>