Shades of Blue Violet #9D3DFF
Tints of Blue Violet #9D3DFF
RGB
CMYK
RGB Variations
Color information
#9D3DFF (or 0x9D3DFF) is known color: Blue Violet. HEX triplet: 9D, 3D and FF. RGB value is (157,61,255). Sum of RGB (Red+Green+Blue) = 157+61+255=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D3DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3DFF is #62C200. Grayscale: #6F6F6F. Windows color (decimal): -6472193 or 16727453. OLE color: 16727453.
HSL color Cylindrical-coordinate representation of color #9D3DFF: hue angle of 269.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D3DFF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 61 | 255 | - |
| CMYK | 0.38 | 0.76 | 0 | 0 |
| HSL | 269.69º | 1% | 0.62% | - |
| HSV(B) | 269.69º | 0.76% | 1% | - |
| XYZ | 33.62 | 17.73 | 96.26 | - |
| YUV | 111.82 | 208.8 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 255 | 0.38 | 0.76 | 0 | 0 | 269.69 | 1 | 0.62 |
| Hex | 9D | 3D | FF | 26 | 4C | 0 | 0 | 10E | 64 | 3E |
| Octal | 235 | 75 | 377 | 46 | 114 | 0 | 0 | 416 | 144 | 76 |
| Binary | 10011101 | 111101 | 11111111 | 100110 | 1001100 | 0 | 0 | 100001110 | 1100100 | 111110 |
Color Harmonies of #9D3DFF
Complementary color
Monochromatic Colors of #9D3DFF
Black with #9D3DFF
Text Example
Text Example
White with #9D3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DFF; }
p { color: rgb(157,61,255); }
H1.HeaderClassName
{
color: #9D3DFF;
}
.AnyTagClassName
{
color: #9D3DFF;
}
</style>
background-color css
<style>
a { background-color: #9D3DFF; }
a { background-color: rgb(157,61,255); }
div.DivClassName
{
background-color: #9D3DFF;
}
.BgClassName
{
background-color: #9D3DFF;
}
</style>
border-color css
<style>
span { border-color: #9D3DFF; }
span { border-color: rgb(157,61,255); }
td.TdClassName
{
border-color: #9D3DFF;
}
.TagClassName
{
border-color: #9D3DFF;
}
</style>