Shades of Dark Orchid #9A29BA
Tints of Dark Orchid #9A29BA
RGB
CMYK
RGB Variations
Color information
#9A29BA (or 0x9A29BA) is known color: Dark Orchid. HEX triplet: 9A, 29 and BA. RGB value is (154,41,186). Sum of RGB (Red+Green+Blue) = 154+41+186=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A29BA is #65D645. Grayscale: #5A5A5A. Windows color (decimal): -6673990 or 12200346. OLE color: 12200346.
HSL color Cylindrical-coordinate representation of color #9A29BA: hue angle of 286.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A29BA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 41 | 186 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.27 |
| HSL | 286.76º | 0.64% | 0.45% | - |
| HSV(B) | 286.76º | 0.78% | 0.73% | - |
| XYZ | 22.98 | 12 | 47.56 | - |
| YUV | 91.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 186 | 0.17 | 0.78 | 0 | 0.27 | 286.76 | 0.64 | 0.45 |
| Hex | 9A | 29 | BA | 11 | 4E | 0 | 1B | 11F | 40 | 2D |
| Octal | 232 | 51 | 272 | 21 | 116 | 0 | 33 | 437 | 100 | 55 |
| Binary | 10011010 | 101001 | 10111010 | 10001 | 1001110 | 0 | 11011 | 100011111 | 1000000 | 101101 |
Color Harmonies of #9A29BA
Complementary color
Monochromatic Colors of #9A29BA
Black with #9A29BA
Text Example
Text Example
White with #9A29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A29BA; }
p { color: rgb(154,41,186); }
H1.HeaderClassName
{
color: #9A29BA;
}
.AnyTagClassName
{
color: #9A29BA;
}
</style>
background-color css
<style>
a { background-color: #9A29BA; }
a { background-color: rgb(154,41,186); }
div.DivClassName
{
background-color: #9A29BA;
}
.BgClassName
{
background-color: #9A29BA;
}
</style>
border-color css
<style>
span { border-color: #9A29BA; }
span { border-color: rgb(154,41,186); }
td.TdClassName
{
border-color: #9A29BA;
}
.TagClassName
{
border-color: #9A29BA;
}
</style>