Shades of Blue Violet #9D3FEB
Tints of Blue Violet #9D3FEB
RGB
CMYK
RGB Variations
Color information
#9D3FEB (or 0x9D3FEB) is known color: Blue Violet. HEX triplet: 9D, 3F and EB. RGB value is (157,63,235). Sum of RGB (Red+Green+Blue) = 157+63+235=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D3FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3FEB is #62C014. Grayscale: #6E6E6E. Windows color (decimal): -6471701 or 15417245. OLE color: 15417245.
HSL color Cylindrical-coordinate representation of color #9D3FEB: hue angle of 272.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D3FEB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 63 | 235 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.08 |
| HSL | 272.79º | 0.81% | 0.58% | - |
| HSV(B) | 272.79º | 0.73% | 0.92% | - |
| XYZ | 30.68 | 16.72 | 80.21 | - |
| YUV | 110.71 | 198.14 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 235 | 0.33 | 0.73 | 0 | 0.08 | 272.79 | 0.81 | 0.58 |
| Hex | 9D | 3F | EB | 21 | 49 | 0 | 8 | 111 | 51 | 3A |
| Octal | 235 | 77 | 353 | 41 | 111 | 0 | 10 | 421 | 121 | 72 |
| Binary | 10011101 | 111111 | 11101011 | 100001 | 1001001 | 0 | 1000 | 100010001 | 1010001 | 111010 |
Color Harmonies of #9D3FEB
Complementary color
Monochromatic Colors of #9D3FEB
Black with #9D3FEB
Text Example
Text Example
White with #9D3FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3FEB; }
p { color: rgb(157,63,235); }
H1.HeaderClassName
{
color: #9D3FEB;
}
.AnyTagClassName
{
color: #9D3FEB;
}
</style>
background-color css
<style>
a { background-color: #9D3FEB; }
a { background-color: rgb(157,63,235); }
div.DivClassName
{
background-color: #9D3FEB;
}
.BgClassName
{
background-color: #9D3FEB;
}
</style>
border-color css
<style>
span { border-color: #9D3FEB; }
span { border-color: rgb(157,63,235); }
td.TdClassName
{
border-color: #9D3FEB;
}
.TagClassName
{
border-color: #9D3FEB;
}
</style>