Shades of Dark Orchid #9A36AD
Tints of Dark Orchid #9A36AD
RGB
CMYK
RGB Variations
Color information
#9A36AD (or 0x9A36AD) is known color: Dark Orchid. HEX triplet: 9A, 36 and AD. RGB value is (154,54,173). Sum of RGB (Red+Green+Blue) = 154+54+173=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A36AD is #65C952. Grayscale: #616161. Windows color (decimal): -6670675 or 11351706. OLE color: 11351706.
HSL color Cylindrical-coordinate representation of color #9A36AD: hue angle of 290.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A36AD is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 54 | 173 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.32 |
| HSL | 290.42º | 0.52% | 0.45% | - |
| HSV(B) | 290.42º | 0.69% | 0.68% | - |
| XYZ | 22.19 | 12.53 | 40.78 | - |
| YUV | 97.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 173 | 0.11 | 0.69 | 0 | 0.32 | 290.42 | 0.52 | 0.45 |
| Hex | 9A | 36 | AD | B | 45 | 0 | 20 | 122 | 34 | 2D |
| Octal | 232 | 66 | 255 | 13 | 105 | 0 | 40 | 442 | 64 | 55 |
| Binary | 10011010 | 110110 | 10101101 | 1011 | 1000101 | 0 | 100000 | 100100010 | 110100 | 101101 |
Color Harmonies of #9A36AD
Complementary color
Monochromatic Colors of #9A36AD
Black with #9A36AD
Text Example
Text Example
White with #9A36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A36AD; }
p { color: rgb(154,54,173); }
H1.HeaderClassName
{
color: #9A36AD;
}
.AnyTagClassName
{
color: #9A36AD;
}
</style>
background-color css
<style>
a { background-color: #9A36AD; }
a { background-color: rgb(154,54,173); }
div.DivClassName
{
background-color: #9A36AD;
}
.BgClassName
{
background-color: #9A36AD;
}
</style>
border-color css
<style>
span { border-color: #9A36AD; }
span { border-color: rgb(154,54,173); }
td.TdClassName
{
border-color: #9A36AD;
}
.TagClassName
{
border-color: #9A36AD;
}
</style>