Shades of Dark Orchid #9734AD
Tints of Dark Orchid #9734AD
RGB
CMYK
RGB Variations
Color information
#9734AD (or 0x9734AD) is known color: Dark Orchid. HEX triplet: 97, 34 and AD. RGB value is (151,52,173). Sum of RGB (Red+Green+Blue) = 151+52+173=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #9734AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9734AD is #68CB52. Grayscale: #5F5F5F. Windows color (decimal): -6867795 or 11351191. OLE color: 11351191.
HSL color Cylindrical-coordinate representation of color #9734AD: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9734AD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 52 | 173 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.32 |
| HSL | 289.09º | 0.54% | 0.44% | - |
| HSV(B) | 289.09º | 0.7% | 0.68% | - |
| XYZ | 21.53 | 12.05 | 40.73 | - |
| YUV | 95.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 173 | 0.13 | 0.70 | 0 | 0.32 | 289.09 | 0.54 | 0.44 |
| Hex | 97 | 34 | AD | D | 46 | 0 | 20 | 121 | 36 | 2C |
| Octal | 227 | 64 | 255 | 15 | 106 | 0 | 40 | 441 | 66 | 54 |
| Binary | 10010111 | 110100 | 10101101 | 1101 | 1000110 | 0 | 100000 | 100100001 | 110110 | 101100 |
Color Harmonies of #9734AD
Complementary color
Monochromatic Colors of #9734AD
Black with #9734AD
Text Example
Text Example
White with #9734AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9734AD; }
p { color: rgb(151,52,173); }
H1.HeaderClassName
{
color: #9734AD;
}
.AnyTagClassName
{
color: #9734AD;
}
</style>
background-color css
<style>
a { background-color: #9734AD; }
a { background-color: rgb(151,52,173); }
div.DivClassName
{
background-color: #9734AD;
}
.BgClassName
{
background-color: #9734AD;
}
</style>
border-color css
<style>
span { border-color: #9734AD; }
span { border-color: rgb(151,52,173); }
td.TdClassName
{
border-color: #9734AD;
}
.TagClassName
{
border-color: #9734AD;
}
</style>