Shades of Blue Violet #9D41FA
Tints of Blue Violet #9D41FA
RGB
CMYK
RGB Variations
Color information
#9D41FA (or 0x9D41FA) is known color: Blue Violet. HEX triplet: 9D, 41 and FA. RGB value is (157,65,250). Sum of RGB (Red+Green+Blue) = 157+65+250=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D41FA is #62BE05. Grayscale: #707070. Windows color (decimal): -6471174 or 16400797. OLE color: 16400797.
HSL color Cylindrical-coordinate representation of color #9D41FA: hue angle of 269.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D41FA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 65 | 250 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.02 |
| HSL | 269.84º | 0.95% | 0.62% | - |
| HSV(B) | 269.84º | 0.74% | 0.98% | - |
| XYZ | 33.05 | 17.85 | 92.15 | - |
| YUV | 113.6 | 204.98 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 250 | 0.37 | 0.74 | 0 | 0.02 | 269.84 | 0.95 | 0.62 |
| Hex | 9D | 41 | FA | 25 | 4A | 0 | 2 | 10E | 5F | 3E |
| Octal | 235 | 101 | 372 | 45 | 112 | 0 | 2 | 416 | 137 | 76 |
| Binary | 10011101 | 1000001 | 11111010 | 100101 | 1001010 | 0 | 10 | 100001110 | 1011111 | 111110 |
Color Harmonies of #9D41FA
Complementary color
Monochromatic Colors of #9D41FA
Black with #9D41FA
Text Example
Text Example
White with #9D41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D41FA; }
p { color: rgb(157,65,250); }
H1.HeaderClassName
{
color: #9D41FA;
}
.AnyTagClassName
{
color: #9D41FA;
}
</style>
background-color css
<style>
a { background-color: #9D41FA; }
a { background-color: rgb(157,65,250); }
div.DivClassName
{
background-color: #9D41FA;
}
.BgClassName
{
background-color: #9D41FA;
}
</style>
border-color css
<style>
span { border-color: #9D41FA; }
span { border-color: rgb(157,65,250); }
td.TdClassName
{
border-color: #9D41FA;
}
.TagClassName
{
border-color: #9D41FA;
}
</style>