Shades of Dark Violet #9D08BA
Tints of Dark Violet #9D08BA
RGB
CMYK
RGB Variations
Color information
#9D08BA (or 0x9D08BA) is known color: Dark Violet. HEX triplet: 9D, 08 and BA. RGB value is (157,8,186). Sum of RGB (Red+Green+Blue) = 157+8+186=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D08BA is #62F745. Grayscale: #484848. Windows color (decimal): -6485830 or 12191901. OLE color: 12191901.
HSL color Cylindrical-coordinate representation of color #9D08BA: hue angle of 290.22º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D08BA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 8 | 186 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.27 |
| HSL | 290.22º | 0.92% | 0.38% | - |
| HSV(B) | 290.22º | 0.96% | 0.73% | - |
| XYZ | 22.85 | 10.89 | 47.35 | - |
| YUV | 72.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 186 | 0.16 | 0.96 | 0 | 0.27 | 290.22 | 0.92 | 0.38 |
| Hex | 9D | 8 | BA | 10 | 60 | 0 | 1B | 122 | 5C | 26 |
| Octal | 235 | 10 | 272 | 20 | 140 | 0 | 33 | 442 | 134 | 46 |
| Binary | 10011101 | 1000 | 10111010 | 10000 | 1100000 | 0 | 11011 | 100100010 | 1011100 | 100110 |
Color Harmonies of #9D08BA
Complementary color
Monochromatic Colors of #9D08BA
Black with #9D08BA
Text Example
Text Example
White with #9D08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D08BA; }
p { color: rgb(157,8,186); }
H1.HeaderClassName
{
color: #9D08BA;
}
.AnyTagClassName
{
color: #9D08BA;
}
</style>
background-color css
<style>
a { background-color: #9D08BA; }
a { background-color: rgb(157,8,186); }
div.DivClassName
{
background-color: #9D08BA;
}
.BgClassName
{
background-color: #9D08BA;
}
</style>
border-color css
<style>
span { border-color: #9D08BA; }
span { border-color: rgb(157,8,186); }
td.TdClassName
{
border-color: #9D08BA;
}
.TagClassName
{
border-color: #9D08BA;
}
</style>