Shades of Dark Orchid #9B1DA9
Tints of Dark Orchid #9B1DA9
RGB
CMYK
RGB Variations
Color information
#9B1DA9 (or 0x9B1DA9) is known color: Dark Orchid. HEX triplet: 9B, 1D and A9. RGB value is (155,29,169). Sum of RGB (Red+Green+Blue) = 155+29+169=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B1DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1DA9 is #64E256. Grayscale: #525252. Windows color (decimal): -6611543 or 11083163. OLE color: 11083163.
HSL color Cylindrical-coordinate representation of color #9B1DA9: hue angle of 294º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1DA9 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 29 | 169 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.34 |
| HSL | 294º | 0.71% | 0.39% | - |
| HSV(B) | 294º | 0.83% | 0.66% | - |
| XYZ | 21.12 | 10.71 | 38.49 | - |
| YUV | 82.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 169 | 0.08 | 0.83 | 0 | 0.34 | 294 | 0.71 | 0.39 |
| Hex | 9B | 1D | A9 | 8 | 53 | 0 | 22 | 126 | 47 | 27 |
| Octal | 233 | 35 | 251 | 10 | 123 | 0 | 42 | 446 | 107 | 47 |
| Binary | 10011011 | 11101 | 10101001 | 1000 | 1010011 | 0 | 100010 | 100100110 | 1000111 | 100111 |
Color Harmonies of #9B1DA9
Complementary color
Monochromatic Colors of #9B1DA9
Black with #9B1DA9
Text Example
Text Example
White with #9B1DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DA9; }
p { color: rgb(155,29,169); }
H1.HeaderClassName
{
color: #9B1DA9;
}
.AnyTagClassName
{
color: #9B1DA9;
}
</style>
background-color css
<style>
a { background-color: #9B1DA9; }
a { background-color: rgb(155,29,169); }
div.DivClassName
{
background-color: #9B1DA9;
}
.BgClassName
{
background-color: #9B1DA9;
}
</style>
border-color css
<style>
span { border-color: #9B1DA9; }
span { border-color: rgb(155,29,169); }
td.TdClassName
{
border-color: #9B1DA9;
}
.TagClassName
{
border-color: #9B1DA9;
}
</style>