Shades of Dark Orchid #9A1DB7
Tints of Dark Orchid #9A1DB7
RGB
CMYK
RGB Variations
Color information
#9A1DB7 (or 0x9A1DB7) is known color: Dark Orchid. HEX triplet: 9A, 1D and B7. RGB value is (154,29,183). Sum of RGB (Red+Green+Blue) = 154+29+183=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A1DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DB7 is #65E248. Grayscale: #535353. Windows color (decimal): -6677065 or 12000666. OLE color: 12000666.
HSL color Cylindrical-coordinate representation of color #9A1DB7: hue angle of 288.7º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1DB7 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 29 | 183 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.28 |
| HSL | 288.7º | 0.73% | 0.42% | - |
| HSV(B) | 288.7º | 0.84% | 0.72% | - |
| XYZ | 22.31 | 11.17 | 45.78 | - |
| YUV | 83.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 183 | 0.16 | 0.84 | 0 | 0.28 | 288.7 | 0.73 | 0.42 |
| Hex | 9A | 1D | B7 | 10 | 54 | 0 | 1C | 121 | 49 | 2A |
| Octal | 232 | 35 | 267 | 20 | 124 | 0 | 34 | 441 | 111 | 52 |
| Binary | 10011010 | 11101 | 10110111 | 10000 | 1010100 | 0 | 11100 | 100100001 | 1001001 | 101010 |
Color Harmonies of #9A1DB7
Complementary color
Monochromatic Colors of #9A1DB7
Black with #9A1DB7
Text Example
Text Example
White with #9A1DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DB7; }
p { color: rgb(154,29,183); }
H1.HeaderClassName
{
color: #9A1DB7;
}
.AnyTagClassName
{
color: #9A1DB7;
}
</style>
background-color css
<style>
a { background-color: #9A1DB7; }
a { background-color: rgb(154,29,183); }
div.DivClassName
{
background-color: #9A1DB7;
}
.BgClassName
{
background-color: #9A1DB7;
}
</style>
border-color css
<style>
span { border-color: #9A1DB7; }
span { border-color: rgb(154,29,183); }
td.TdClassName
{
border-color: #9A1DB7;
}
.TagClassName
{
border-color: #9A1DB7;
}
</style>