Shades of Blue Violet #9D4FFC
Tints of Blue Violet #9D4FFC
RGB
CMYK
RGB Variations
Color information
#9D4FFC (or 0x9D4FFC) is known color: Blue Violet. HEX triplet: 9D, 4F and FC. RGB value is (157,79,252). Sum of RGB (Red+Green+Blue) = 157+79+252=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4FFC is #62B003. Grayscale: #797979. Windows color (decimal): -6467588 or 16535453. OLE color: 16535453.
HSL color Cylindrical-coordinate representation of color #9D4FFC: hue angle of 267.05º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D4FFC is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 79 | 252 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.01 |
| HSL | 267.05º | 0.97% | 0.65% | - |
| HSV(B) | 267.05º | 0.69% | 0.99% | - |
| XYZ | 34.27 | 19.79 | 94.11 | - |
| YUV | 122.04 | 201.34 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 252 | 0.38 | 0.69 | 0 | 0.01 | 267.05 | 0.97 | 0.65 |
| Hex | 9D | 4F | FC | 26 | 45 | 0 | 1 | 10B | 61 | 41 |
| Octal | 235 | 117 | 374 | 46 | 105 | 0 | 1 | 413 | 141 | 101 |
| Binary | 10011101 | 1001111 | 11111100 | 100110 | 1000101 | 0 | 1 | 100001011 | 1100001 | 1000001 |
Color Harmonies of #9D4FFC
Complementary color
Monochromatic Colors of #9D4FFC
Black with #9D4FFC
Text Example
Text Example
White with #9D4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4FFC; }
p { color: rgb(157,79,252); }
H1.HeaderClassName
{
color: #9D4FFC;
}
.AnyTagClassName
{
color: #9D4FFC;
}
</style>
background-color css
<style>
a { background-color: #9D4FFC; }
a { background-color: rgb(157,79,252); }
div.DivClassName
{
background-color: #9D4FFC;
}
.BgClassName
{
background-color: #9D4FFC;
}
</style>
border-color css
<style>
span { border-color: #9D4FFC; }
span { border-color: rgb(157,79,252); }
td.TdClassName
{
border-color: #9D4FFC;
}
.TagClassName
{
border-color: #9D4FFC;
}
</style>