Shades of Dark Violet #9D00BA
Tints of Dark Violet #9D00BA
RGB
CMYK
RGB Variations
Color information
#9D00BA (or 0x9D00BA) is known color: Dark Violet. HEX triplet: 9D, 00 and BA. RGB value is (157,0,186). Sum of RGB (Red+Green+Blue) = 157+0+186=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D00BA is #62FF45. Grayscale: #434343. Windows color (decimal): -6487878 or 12189853. OLE color: 12189853.
HSL color Cylindrical-coordinate representation of color #9D00BA: hue angle of 290.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00BA is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 0 | 186 | - |
| CMYK | 0.16 | 1 | 0 | 0.27 |
| HSL | 290.65º | 1% | 0.36% | - |
| HSV(B) | 290.65º | 1% | 0.73% | - |
| XYZ | 22.77 | 10.71 | 47.32 | - |
| YUV | 68.15 | 194.51 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 186 | 0.16 | 1 | 0 | 0.27 | 290.65 | 1 | 0.36 |
| Hex | 9D | 0 | BA | 10 | 64 | 0 | 1B | 123 | 64 | 24 |
| Octal | 235 | 0 | 272 | 20 | 144 | 0 | 33 | 443 | 144 | 44 |
| Binary | 10011101 | 0 | 10111010 | 10000 | 1100100 | 0 | 11011 | 100100011 | 1100100 | 100100 |
Color Harmonies of #9D00BA
Complementary color
Monochromatic Colors of #9D00BA
Black with #9D00BA
Text Example
Text Example
White with #9D00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D00BA; }
p { color: rgb(157,0,186); }
H1.HeaderClassName
{
color: #9D00BA;
}
.AnyTagClassName
{
color: #9D00BA;
}
</style>
background-color css
<style>
a { background-color: #9D00BA; }
a { background-color: rgb(157,0,186); }
div.DivClassName
{
background-color: #9D00BA;
}
.BgClassName
{
background-color: #9D00BA;
}
</style>
border-color css
<style>
span { border-color: #9D00BA; }
span { border-color: rgb(157,0,186); }
td.TdClassName
{
border-color: #9D00BA;
}
.TagClassName
{
border-color: #9D00BA;
}
</style>