Shades of Blue Violet #9D29FE
Tints of Blue Violet #9D29FE
RGB
CMYK
RGB Variations
Color information
#9D29FE (or 0x9D29FE) is known color: Blue Violet. HEX triplet: 9D, 29 and FE. RGB value is (157,41,254). Sum of RGB (Red+Green+Blue) = 157+41+254=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D29FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D29FE is #62D601. Grayscale: #636363. Windows color (decimal): -6477314 or 16656797. OLE color: 16656797.
HSL color Cylindrical-coordinate representation of color #9D29FE: hue angle of 272.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D29FE is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 41 | 254 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.00 |
| HSL | 272.68º | 0.99% | 0.58% | - |
| HSV(B) | 272.68º | 0.84% | 1% | - |
| XYZ | 32.59 | 15.91 | 95.12 | - |
| YUV | 99.97 | 214.93 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 254 | 0.38 | 0.84 | 0 | 0.00 | 272.68 | 0.99 | 0.58 |
| Hex | 9D | 29 | FE | 26 | 54 | 0 | 0 | 111 | 63 | 3A |
| Octal | 235 | 51 | 376 | 46 | 124 | 0 | 0 | 421 | 143 | 72 |
| Binary | 10011101 | 101001 | 11111110 | 100110 | 1010100 | 0 | 0 | 100010001 | 1100011 | 111010 |
Color Harmonies of #9D29FE
Complementary color
Monochromatic Colors of #9D29FE
Black with #9D29FE
Text Example
Text Example
White with #9D29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D29FE; }
p { color: rgb(157,41,254); }
H1.HeaderClassName
{
color: #9D29FE;
}
.AnyTagClassName
{
color: #9D29FE;
}
</style>
background-color css
<style>
a { background-color: #9D29FE; }
a { background-color: rgb(157,41,254); }
div.DivClassName
{
background-color: #9D29FE;
}
.BgClassName
{
background-color: #9D29FE;
}
</style>
border-color css
<style>
span { border-color: #9D29FE; }
span { border-color: rgb(157,41,254); }
td.TdClassName
{
border-color: #9D29FE;
}
.TagClassName
{
border-color: #9D29FE;
}
</style>