Shades of Dark Orchid #9A1DB9
Tints of Dark Orchid #9A1DB9
RGB
CMYK
RGB Variations
Color information
#9A1DB9 (or 0x9A1DB9) is known color: Dark Orchid. HEX triplet: 9A, 1D and B9. RGB value is (154,29,185). Sum of RGB (Red+Green+Blue) = 154+29+185=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A1DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DB9 is #65E246. Grayscale: #535353. Windows color (decimal): -6677063 or 12131738. OLE color: 12131738.
HSL color Cylindrical-coordinate representation of color #9A1DB9: hue angle of 288.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1DB9 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 29 | 185 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.27 |
| HSL | 288.08º | 0.73% | 0.42% | - |
| HSV(B) | 288.08º | 0.84% | 0.73% | - |
| XYZ | 22.52 | 11.25 | 46.88 | - |
| YUV | 84.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 185 | 0.17 | 0.84 | 0 | 0.27 | 288.08 | 0.73 | 0.42 |
| Hex | 9A | 1D | B9 | 11 | 54 | 0 | 1B | 120 | 49 | 2A |
| Octal | 232 | 35 | 271 | 21 | 124 | 0 | 33 | 440 | 111 | 52 |
| Binary | 10011010 | 11101 | 10111001 | 10001 | 1010100 | 0 | 11011 | 100100000 | 1001001 | 101010 |
Color Harmonies of #9A1DB9
Complementary color
Monochromatic Colors of #9A1DB9
Black with #9A1DB9
Text Example
Text Example
White with #9A1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DB9; }
p { color: rgb(154,29,185); }
H1.HeaderClassName
{
color: #9A1DB9;
}
.AnyTagClassName
{
color: #9A1DB9;
}
</style>
background-color css
<style>
a { background-color: #9A1DB9; }
a { background-color: rgb(154,29,185); }
div.DivClassName
{
background-color: #9A1DB9;
}
.BgClassName
{
background-color: #9A1DB9;
}
</style>
border-color css
<style>
span { border-color: #9A1DB9; }
span { border-color: rgb(154,29,185); }
td.TdClassName
{
border-color: #9A1DB9;
}
.TagClassName
{
border-color: #9A1DB9;
}
</style>