Shades of Blue Violet #9D4AFE
Tints of Blue Violet #9D4AFE
RGB
CMYK
RGB Variations
Color information
#9D4AFE (or 0x9D4AFE) is known color: Blue Violet. HEX triplet: 9D, 4A and FE. RGB value is (157,74,254). Sum of RGB (Red+Green+Blue) = 157+74+254=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4AFE is #62B501. Grayscale: #767676. Windows color (decimal): -6468866 or 16665245. OLE color: 16665245.
HSL color Cylindrical-coordinate representation of color #9D4AFE: hue angle of 267.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D4AFE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 74 | 254 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.00 |
| HSL | 267.67º | 0.99% | 0.64% | - |
| HSV(B) | 267.67º | 0.71% | 1% | - |
| XYZ | 34.24 | 19.22 | 95.67 | - |
| YUV | 119.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 254 | 0.38 | 0.71 | 0 | 0.00 | 267.67 | 0.99 | 0.64 |
| Hex | 9D | 4A | FE | 26 | 47 | 0 | 0 | 10C | 63 | 40 |
| Octal | 235 | 112 | 376 | 46 | 107 | 0 | 0 | 414 | 143 | 100 |
| Binary | 10011101 | 1001010 | 11111110 | 100110 | 1000111 | 0 | 0 | 100001100 | 1100011 | 1000000 |
Color Harmonies of #9D4AFE
Complementary color
Monochromatic Colors of #9D4AFE
Black with #9D4AFE
Text Example
Text Example
White with #9D4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4AFE; }
p { color: rgb(157,74,254); }
H1.HeaderClassName
{
color: #9D4AFE;
}
.AnyTagClassName
{
color: #9D4AFE;
}
</style>
background-color css
<style>
a { background-color: #9D4AFE; }
a { background-color: rgb(157,74,254); }
div.DivClassName
{
background-color: #9D4AFE;
}
.BgClassName
{
background-color: #9D4AFE;
}
</style>
border-color css
<style>
span { border-color: #9D4AFE; }
span { border-color: rgb(157,74,254); }
td.TdClassName
{
border-color: #9D4AFE;
}
.TagClassName
{
border-color: #9D4AFE;
}
</style>