Shades of Dark Orchid #9737AD
Tints of Dark Orchid #9737AD
RGB
CMYK
RGB Variations
Color information
#9737AD (or 0x9737AD) is known color: Dark Orchid. HEX triplet: 97, 37 and AD. RGB value is (151,55,173). Sum of RGB (Red+Green+Blue) = 151+55+173=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #9737AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9737AD is #68C852. Grayscale: #606060. Windows color (decimal): -6867027 or 11351959. OLE color: 11351959.
HSL color Cylindrical-coordinate representation of color #9737AD: hue angle of 288.81º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9737AD is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 55 | 173 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.32 |
| HSL | 288.81º | 0.52% | 0.45% | - |
| HSV(B) | 288.81º | 0.68% | 0.68% | - |
| XYZ | 21.67 | 12.33 | 40.77 | - |
| YUV | 97.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 173 | 0.13 | 0.68 | 0 | 0.32 | 288.81 | 0.52 | 0.45 |
| Hex | 97 | 37 | AD | D | 44 | 0 | 20 | 121 | 34 | 2D |
| Octal | 227 | 67 | 255 | 15 | 104 | 0 | 40 | 441 | 64 | 55 |
| Binary | 10010111 | 110111 | 10101101 | 1101 | 1000100 | 0 | 100000 | 100100001 | 110100 | 101101 |
Color Harmonies of #9737AD
Complementary color
Monochromatic Colors of #9737AD
Black with #9737AD
Text Example
Text Example
White with #9737AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9737AD; }
p { color: rgb(151,55,173); }
H1.HeaderClassName
{
color: #9737AD;
}
.AnyTagClassName
{
color: #9737AD;
}
</style>
background-color css
<style>
a { background-color: #9737AD; }
a { background-color: rgb(151,55,173); }
div.DivClassName
{
background-color: #9737AD;
}
.BgClassName
{
background-color: #9737AD;
}
</style>
border-color css
<style>
span { border-color: #9737AD; }
span { border-color: rgb(151,55,173); }
td.TdClassName
{
border-color: #9737AD;
}
.TagClassName
{
border-color: #9737AD;
}
</style>