Shades of Blue Violet #9D3FFF
Tints of Blue Violet #9D3FFF
RGB
CMYK
RGB Variations
Color information
#9D3FFF (or 0x9D3FFF) is known color: Blue Violet. HEX triplet: 9D, 3F and FF. RGB value is (157,63,255). Sum of RGB (Red+Green+Blue) = 157+63+255=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3FFF is #62C000. Grayscale: #707070. Windows color (decimal): -6471681 or 16727965. OLE color: 16727965.
HSL color Cylindrical-coordinate representation of color #9D3FFF: hue angle of 269.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D3FFF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 63 | 255 | - |
| CMYK | 0.38 | 0.75 | 0 | 0 |
| HSL | 269.38º | 1% | 0.62% | - |
| HSV(B) | 269.38º | 0.75% | 1% | - |
| XYZ | 33.73 | 17.94 | 96.29 | - |
| YUV | 112.99 | 208.14 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 255 | 0.38 | 0.75 | 0 | 0 | 269.38 | 1 | 0.62 |
| Hex | 9D | 3F | FF | 26 | 4B | 0 | 0 | 10D | 64 | 3E |
| Octal | 235 | 77 | 377 | 46 | 113 | 0 | 0 | 415 | 144 | 76 |
| Binary | 10011101 | 111111 | 11111111 | 100110 | 1001011 | 0 | 0 | 100001101 | 1100100 | 111110 |
Color Harmonies of #9D3FFF
Complementary color
Monochromatic Colors of #9D3FFF
Black with #9D3FFF
Text Example
Text Example
White with #9D3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3FFF; }
p { color: rgb(157,63,255); }
H1.HeaderClassName
{
color: #9D3FFF;
}
.AnyTagClassName
{
color: #9D3FFF;
}
</style>
background-color css
<style>
a { background-color: #9D3FFF; }
a { background-color: rgb(157,63,255); }
div.DivClassName
{
background-color: #9D3FFF;
}
.BgClassName
{
background-color: #9D3FFF;
}
</style>
border-color css
<style>
span { border-color: #9D3FFF; }
span { border-color: rgb(157,63,255); }
td.TdClassName
{
border-color: #9D3FFF;
}
.TagClassName
{
border-color: #9D3FFF;
}
</style>