Shades of Blue Violet #9D3FFA
Tints of Blue Violet #9D3FFA
RGB
CMYK
RGB Variations
Color information
#9D3FFA (or 0x9D3FFA) is known color: Blue Violet. HEX triplet: 9D, 3F and FA. RGB value is (157,63,250). Sum of RGB (Red+Green+Blue) = 157+63+250=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3FFA is #62C005. Grayscale: #6F6F6F. Windows color (decimal): -6471686 or 16400285. OLE color: 16400285.
HSL color Cylindrical-coordinate representation of color #9D3FFA: hue angle of 270.16º 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 #9D3FFA is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 63 | 250 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.02 |
| HSL | 270.16º | 0.95% | 0.61% | - |
| HSV(B) | 270.16º | 0.75% | 0.98% | - |
| XYZ | 32.94 | 17.63 | 92.11 | - |
| YUV | 112.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 250 | 0.37 | 0.75 | 0 | 0.02 | 270.16 | 0.95 | 0.61 |
| Hex | 9D | 3F | FA | 25 | 4B | 0 | 2 | 10E | 5F | 3D |
| Octal | 235 | 77 | 372 | 45 | 113 | 0 | 2 | 416 | 137 | 75 |
| Binary | 10011101 | 111111 | 11111010 | 100101 | 1001011 | 0 | 10 | 100001110 | 1011111 | 111101 |
Color Harmonies of #9D3FFA
Complementary color
Monochromatic Colors of #9D3FFA
Black with #9D3FFA
Text Example
Text Example
White with #9D3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3FFA; }
p { color: rgb(157,63,250); }
H1.HeaderClassName
{
color: #9D3FFA;
}
.AnyTagClassName
{
color: #9D3FFA;
}
</style>
background-color css
<style>
a { background-color: #9D3FFA; }
a { background-color: rgb(157,63,250); }
div.DivClassName
{
background-color: #9D3FFA;
}
.BgClassName
{
background-color: #9D3FFA;
}
</style>
border-color css
<style>
span { border-color: #9D3FFA; }
span { border-color: rgb(157,63,250); }
td.TdClassName
{
border-color: #9D3FFA;
}
.TagClassName
{
border-color: #9D3FFA;
}
</style>