Shades of Blue Violet #9D3EFA
Tints of Blue Violet #9D3EFA
RGB
CMYK
RGB Variations
Color information
#9D3EFA (or 0x9D3EFA) is known color: Blue Violet. HEX triplet: 9D, 3E and FA. RGB value is (157,62,250). Sum of RGB (Red+Green+Blue) = 157+62+250=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D3EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3EFA is #62C105. Grayscale: #6F6F6F. Windows color (decimal): -6471942 or 16400029. OLE color: 16400029.
HSL color Cylindrical-coordinate representation of color #9D3EFA: hue angle of 270.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D3EFA is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 62 | 250 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.02 |
| HSL | 270.32º | 0.95% | 0.61% | - |
| HSV(B) | 270.32º | 0.75% | 0.98% | - |
| XYZ | 32.88 | 17.52 | 92.09 | - |
| YUV | 111.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 250 | 0.37 | 0.75 | 0 | 0.02 | 270.32 | 0.95 | 0.61 |
| Hex | 9D | 3E | FA | 25 | 4B | 0 | 2 | 10E | 5F | 3D |
| Octal | 235 | 76 | 372 | 45 | 113 | 0 | 2 | 416 | 137 | 75 |
| Binary | 10011101 | 111110 | 11111010 | 100101 | 1001011 | 0 | 10 | 100001110 | 1011111 | 111101 |
Color Harmonies of #9D3EFA
Complementary color
Monochromatic Colors of #9D3EFA
Black with #9D3EFA
Text Example
Text Example
White with #9D3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3EFA; }
p { color: rgb(157,62,250); }
H1.HeaderClassName
{
color: #9D3EFA;
}
.AnyTagClassName
{
color: #9D3EFA;
}
</style>
background-color css
<style>
a { background-color: #9D3EFA; }
a { background-color: rgb(157,62,250); }
div.DivClassName
{
background-color: #9D3EFA;
}
.BgClassName
{
background-color: #9D3EFA;
}
</style>
border-color css
<style>
span { border-color: #9D3EFA; }
span { border-color: rgb(157,62,250); }
td.TdClassName
{
border-color: #9D3EFA;
}
.TagClassName
{
border-color: #9D3EFA;
}
</style>