Shades of Dark Violet #9D03BC
Tints of Dark Violet #9D03BC
RGB
CMYK
RGB Variations
Color information
#9D03BC (or 0x9D03BC) is known color: Dark Violet. HEX triplet: 9D, 03 and BC. RGB value is (157,3,188). Sum of RGB (Red+Green+Blue) = 157+3+188=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03BC is #62FC43. Grayscale: #454545. Windows color (decimal): -6487108 or 12321693. OLE color: 12321693.
HSL color Cylindrical-coordinate representation of color #9D03BC: hue angle of 289.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D03BC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 3 | 188 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.26 |
| HSL | 289.95º | 0.97% | 0.37% | - |
| HSV(B) | 289.95º | 0.98% | 0.74% | - |
| XYZ | 23.01 | 10.86 | 48.46 | - |
| YUV | 70.14 | 194.52 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 188 | 0.16 | 0.98 | 0 | 0.26 | 289.95 | 0.97 | 0.37 |
| Hex | 9D | 3 | BC | 10 | 62 | 0 | 1A | 122 | 61 | 25 |
| Octal | 235 | 3 | 274 | 20 | 142 | 0 | 32 | 442 | 141 | 45 |
| Binary | 10011101 | 11 | 10111100 | 10000 | 1100010 | 0 | 11010 | 100100010 | 1100001 | 100101 |
Color Harmonies of #9D03BC
Complementary color
Monochromatic Colors of #9D03BC
Black with #9D03BC
Text Example
Text Example
White with #9D03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03BC; }
p { color: rgb(157,3,188); }
H1.HeaderClassName
{
color: #9D03BC;
}
.AnyTagClassName
{
color: #9D03BC;
}
</style>
background-color css
<style>
a { background-color: #9D03BC; }
a { background-color: rgb(157,3,188); }
div.DivClassName
{
background-color: #9D03BC;
}
.BgClassName
{
background-color: #9D03BC;
}
</style>
border-color css
<style>
span { border-color: #9D03BC; }
span { border-color: rgb(157,3,188); }
td.TdClassName
{
border-color: #9D03BC;
}
.TagClassName
{
border-color: #9D03BC;
}
</style>