Shades of Blue Violet #9D2EFD
Tints of Blue Violet #9D2EFD
RGB
CMYK
RGB Variations
Color information
#9D2EFD (or 0x9D2EFD) is known color: Blue Violet. HEX triplet: 9D, 2E and FD. RGB value is (157,46,253). Sum of RGB (Red+Green+Blue) = 157+46+253=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2EFD is #62D102. Grayscale: #666666. Windows color (decimal): -6476035 or 16592541. OLE color: 16592541.
HSL color Cylindrical-coordinate representation of color #9D2EFD: hue angle of 272.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2EFD is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 46 | 253 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.01 |
| HSL | 272.17º | 0.98% | 0.59% | - |
| HSV(B) | 272.17º | 0.82% | 0.99% | - |
| XYZ | 32.61 | 16.21 | 94.34 | - |
| YUV | 102.79 | 212.77 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 253 | 0.38 | 0.82 | 0 | 0.01 | 272.17 | 0.98 | 0.59 |
| Hex | 9D | 2E | FD | 26 | 52 | 0 | 1 | 110 | 62 | 3B |
| Octal | 235 | 56 | 375 | 46 | 122 | 0 | 1 | 420 | 142 | 73 |
| Binary | 10011101 | 101110 | 11111101 | 100110 | 1010010 | 0 | 1 | 100010000 | 1100010 | 111011 |
Color Harmonies of #9D2EFD
Complementary color
Monochromatic Colors of #9D2EFD
Black with #9D2EFD
Text Example
Text Example
White with #9D2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2EFD; }
p { color: rgb(157,46,253); }
H1.HeaderClassName
{
color: #9D2EFD;
}
.AnyTagClassName
{
color: #9D2EFD;
}
</style>
background-color css
<style>
a { background-color: #9D2EFD; }
a { background-color: rgb(157,46,253); }
div.DivClassName
{
background-color: #9D2EFD;
}
.BgClassName
{
background-color: #9D2EFD;
}
</style>
border-color css
<style>
span { border-color: #9D2EFD; }
span { border-color: rgb(157,46,253); }
td.TdClassName
{
border-color: #9D2EFD;
}
.TagClassName
{
border-color: #9D2EFD;
}
</style>