Shades of Dark Violet #9D0BAF
Tints of Dark Violet #9D0BAF
RGB
CMYK
RGB Variations
Color information
#9D0BAF (or 0x9D0BAF) is known color: Dark Violet. HEX triplet: 9D, 0B and AF. RGB value is (157,11,175). Sum of RGB (Red+Green+Blue) = 157+11+175=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0BAF is #62F450. Grayscale: #484848. Windows color (decimal): -6485073 or 11471773. OLE color: 11471773.
HSL color Cylindrical-coordinate representation of color #9D0BAF: hue angle of 293.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0BAF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 11 | 175 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.31 |
| HSL | 293.41º | 0.88% | 0.36% | - |
| HSV(B) | 293.41º | 0.94% | 0.69% | - |
| XYZ | 21.76 | 10.5 | 41.44 | - |
| YUV | 73.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 175 | 0.10 | 0.94 | 0 | 0.31 | 293.41 | 0.88 | 0.36 |
| Hex | 9D | B | AF | A | 5E | 0 | 1F | 125 | 58 | 24 |
| Octal | 235 | 13 | 257 | 12 | 136 | 0 | 37 | 445 | 130 | 44 |
| Binary | 10011101 | 1011 | 10101111 | 1010 | 1011110 | 0 | 11111 | 100100101 | 1011000 | 100100 |
Color Harmonies of #9D0BAF
Complementary color
Monochromatic Colors of #9D0BAF
Black with #9D0BAF
Text Example
Text Example
White with #9D0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BAF; }
p { color: rgb(157,11,175); }
H1.HeaderClassName
{
color: #9D0BAF;
}
.AnyTagClassName
{
color: #9D0BAF;
}
</style>
background-color css
<style>
a { background-color: #9D0BAF; }
a { background-color: rgb(157,11,175); }
div.DivClassName
{
background-color: #9D0BAF;
}
.BgClassName
{
background-color: #9D0BAF;
}
</style>
border-color css
<style>
span { border-color: #9D0BAF; }
span { border-color: rgb(157,11,175); }
td.TdClassName
{
border-color: #9D0BAF;
}
.TagClassName
{
border-color: #9D0BAF;
}
</style>