Shades of Blue Violet #9D2EFA
Tints of Blue Violet #9D2EFA
RGB
CMYK
RGB Variations
Color information
#9D2EFA (or 0x9D2EFA) is known color: Blue Violet. HEX triplet: 9D, 2E and FA. RGB value is (157,46,250). Sum of RGB (Red+Green+Blue) = 157+46+250=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2EFA is #62D105. Grayscale: #656565. Windows color (decimal): -6476038 or 16395933. OLE color: 16395933.
HSL color Cylindrical-coordinate representation of color #9D2EFA: hue angle of 272.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2EFA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 46 | 250 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.02 |
| HSL | 272.65º | 0.95% | 0.58% | - |
| HSV(B) | 272.65º | 0.82% | 0.98% | - |
| XYZ | 32.14 | 16.02 | 91.84 | - |
| YUV | 102.45 | 211.27 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 250 | 0.37 | 0.82 | 0 | 0.02 | 272.65 | 0.95 | 0.58 |
| Hex | 9D | 2E | FA | 25 | 52 | 0 | 2 | 111 | 5F | 3A |
| Octal | 235 | 56 | 372 | 45 | 122 | 0 | 2 | 421 | 137 | 72 |
| Binary | 10011101 | 101110 | 11111010 | 100101 | 1010010 | 0 | 10 | 100010001 | 1011111 | 111010 |
Color Harmonies of #9D2EFA
Complementary color
Monochromatic Colors of #9D2EFA
Black with #9D2EFA
Text Example
Text Example
White with #9D2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2EFA; }
p { color: rgb(157,46,250); }
H1.HeaderClassName
{
color: #9D2EFA;
}
.AnyTagClassName
{
color: #9D2EFA;
}
</style>
background-color css
<style>
a { background-color: #9D2EFA; }
a { background-color: rgb(157,46,250); }
div.DivClassName
{
background-color: #9D2EFA;
}
.BgClassName
{
background-color: #9D2EFA;
}
</style>
border-color css
<style>
span { border-color: #9D2EFA; }
span { border-color: rgb(157,46,250); }
td.TdClassName
{
border-color: #9D2EFA;
}
.TagClassName
{
border-color: #9D2EFA;
}
</style>