Shades of Dark Violet #9D09BA
Tints of Dark Violet #9D09BA
RGB
CMYK
RGB Variations
Color information
#9D09BA (or 0x9D09BA) is known color: Dark Violet. HEX triplet: 9D, 09 and BA. RGB value is (157,9,186). Sum of RGB (Red+Green+Blue) = 157+9+186=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D09BA is #62F645. Grayscale: #484848. Windows color (decimal): -6485574 or 12192157. OLE color: 12192157.
HSL color Cylindrical-coordinate representation of color #9D09BA: hue angle of 290.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D09BA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 9 | 186 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.27 |
| HSL | 290.17º | 0.91% | 0.38% | - |
| HSV(B) | 290.17º | 0.95% | 0.73% | - |
| XYZ | 22.87 | 10.91 | 47.35 | - |
| YUV | 73.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 186 | 0.16 | 0.95 | 0 | 0.27 | 290.17 | 0.91 | 0.38 |
| Hex | 9D | 9 | BA | 10 | 5F | 0 | 1B | 122 | 5B | 26 |
| Octal | 235 | 11 | 272 | 20 | 137 | 0 | 33 | 442 | 133 | 46 |
| Binary | 10011101 | 1001 | 10111010 | 10000 | 1011111 | 0 | 11011 | 100100010 | 1011011 | 100110 |
Color Harmonies of #9D09BA
Complementary color
Monochromatic Colors of #9D09BA
Black with #9D09BA
Text Example
Text Example
White with #9D09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D09BA; }
p { color: rgb(157,9,186); }
H1.HeaderClassName
{
color: #9D09BA;
}
.AnyTagClassName
{
color: #9D09BA;
}
</style>
background-color css
<style>
a { background-color: #9D09BA; }
a { background-color: rgb(157,9,186); }
div.DivClassName
{
background-color: #9D09BA;
}
.BgClassName
{
background-color: #9D09BA;
}
</style>
border-color css
<style>
span { border-color: #9D09BA; }
span { border-color: rgb(157,9,186); }
td.TdClassName
{
border-color: #9D09BA;
}
.TagClassName
{
border-color: #9D09BA;
}
</style>