Shades of Blue Violet #9D3CFF
Tints of Blue Violet #9D3CFF
RGB
CMYK
RGB Variations
Color information
#9D3CFF (or 0x9D3CFF) is known color: Blue Violet. HEX triplet: 9D, 3C and FF. RGB value is (157,60,255). Sum of RGB (Red+Green+Blue) = 157+60+255=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3CFF is #62C300. Grayscale: #6E6E6E. Windows color (decimal): -6472449 or 16727197. OLE color: 16727197.
HSL color Cylindrical-coordinate representation of color #9D3CFF: hue angle of 269.85º 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 #9D3CFF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 60 | 255 | - |
| CMYK | 0.38 | 0.76 | 0 | 0 |
| HSL | 269.85º | 1% | 0.62% | - |
| HSV(B) | 269.85º | 0.76% | 1% | - |
| XYZ | 33.57 | 17.62 | 96.24 | - |
| YUV | 111.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 255 | 0.38 | 0.76 | 0 | 0 | 269.85 | 1 | 0.62 |
| Hex | 9D | 3C | FF | 26 | 4C | 0 | 0 | 10E | 64 | 3E |
| Octal | 235 | 74 | 377 | 46 | 114 | 0 | 0 | 416 | 144 | 76 |
| Binary | 10011101 | 111100 | 11111111 | 100110 | 1001100 | 0 | 0 | 100001110 | 1100100 | 111110 |
Color Harmonies of #9D3CFF
Complementary color
Monochromatic Colors of #9D3CFF
Black with #9D3CFF
Text Example
Text Example
White with #9D3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3CFF; }
p { color: rgb(157,60,255); }
H1.HeaderClassName
{
color: #9D3CFF;
}
.AnyTagClassName
{
color: #9D3CFF;
}
</style>
background-color css
<style>
a { background-color: #9D3CFF; }
a { background-color: rgb(157,60,255); }
div.DivClassName
{
background-color: #9D3CFF;
}
.BgClassName
{
background-color: #9D3CFF;
}
</style>
border-color css
<style>
span { border-color: #9D3CFF; }
span { border-color: rgb(157,60,255); }
td.TdClassName
{
border-color: #9D3CFF;
}
.TagClassName
{
border-color: #9D3CFF;
}
</style>