Shades of Blue Violet #9D40FA
Tints of Blue Violet #9D40FA
RGB
CMYK
RGB Variations
Color information
#9D40FA (or 0x9D40FA) is known color: Blue Violet. HEX triplet: 9D, 40 and FA. RGB value is (157,64,250). Sum of RGB (Red+Green+Blue) = 157+64+250=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D40FA is #62BF05. Grayscale: #707070. Windows color (decimal): -6471430 or 16400541. OLE color: 16400541.
HSL color Cylindrical-coordinate representation of color #9D40FA: hue angle of 270º 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 #9D40FA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 64 | 250 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.62% | - |
| HSV(B) | 270º | 0.74% | 0.98% | - |
| XYZ | 32.99 | 17.74 | 92.13 | - |
| YUV | 113.01 | 205.31 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 250 | 0.37 | 0.74 | 0 | 0.02 | 270 | 0.95 | 0.62 |
| Hex | 9D | 40 | FA | 25 | 4A | 0 | 2 | 10E | 5F | 3E |
| Octal | 235 | 100 | 372 | 45 | 112 | 0 | 2 | 416 | 137 | 76 |
| Binary | 10011101 | 1000000 | 11111010 | 100101 | 1001010 | 0 | 10 | 100001110 | 1011111 | 111110 |
Color Harmonies of #9D40FA
Complementary color
Monochromatic Colors of #9D40FA
Black with #9D40FA
Text Example
Text Example
White with #9D40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40FA; }
p { color: rgb(157,64,250); }
H1.HeaderClassName
{
color: #9D40FA;
}
.AnyTagClassName
{
color: #9D40FA;
}
</style>
background-color css
<style>
a { background-color: #9D40FA; }
a { background-color: rgb(157,64,250); }
div.DivClassName
{
background-color: #9D40FA;
}
.BgClassName
{
background-color: #9D40FA;
}
</style>
border-color css
<style>
span { border-color: #9D40FA; }
span { border-color: rgb(157,64,250); }
td.TdClassName
{
border-color: #9D40FA;
}
.TagClassName
{
border-color: #9D40FA;
}
</style>