Shades of Dark Violet #9D03BA
Tints of Dark Violet #9D03BA
RGB
CMYK
RGB Variations
Color information
#9D03BA (or 0x9D03BA) is known color: Dark Violet. HEX triplet: 9D, 03 and BA. RGB value is (157,3,186). Sum of RGB (Red+Green+Blue) = 157+3+186=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D03BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03BA is #62FC45. Grayscale: #454545. Windows color (decimal): -6487110 or 12190621. OLE color: 12190621.
HSL color Cylindrical-coordinate representation of color #9D03BA: hue angle of 290.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D03BA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 3 | 186 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.27 |
| HSL | 290.49º | 0.97% | 0.37% | - |
| HSV(B) | 290.49º | 0.98% | 0.73% | - |
| XYZ | 22.8 | 10.78 | 47.33 | - |
| YUV | 69.91 | 193.52 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 186 | 0.16 | 0.98 | 0 | 0.27 | 290.49 | 0.97 | 0.37 |
| Hex | 9D | 3 | BA | 10 | 62 | 0 | 1B | 122 | 61 | 25 |
| Octal | 235 | 3 | 272 | 20 | 142 | 0 | 33 | 442 | 141 | 45 |
| Binary | 10011101 | 11 | 10111010 | 10000 | 1100010 | 0 | 11011 | 100100010 | 1100001 | 100101 |
Color Harmonies of #9D03BA
Complementary color
Monochromatic Colors of #9D03BA
Black with #9D03BA
Text Example
Text Example
White with #9D03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03BA; }
p { color: rgb(157,3,186); }
H1.HeaderClassName
{
color: #9D03BA;
}
.AnyTagClassName
{
color: #9D03BA;
}
</style>
background-color css
<style>
a { background-color: #9D03BA; }
a { background-color: rgb(157,3,186); }
div.DivClassName
{
background-color: #9D03BA;
}
.BgClassName
{
background-color: #9D03BA;
}
</style>
border-color css
<style>
span { border-color: #9D03BA; }
span { border-color: rgb(157,3,186); }
td.TdClassName
{
border-color: #9D03BA;
}
.TagClassName
{
border-color: #9D03BA;
}
</style>