Shades of Dark Orchid #9736B5
Tints of Dark Orchid #9736B5
RGB
CMYK
RGB Variations
Color information
#9736B5 (or 0x9736B5) is known color: Dark Orchid. HEX triplet: 97, 36 and B5. RGB value is (151,54,181). Sum of RGB (Red+Green+Blue) = 151+54+181=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #9736B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736B5 is #68C94A. Grayscale: #616161. Windows color (decimal): -6867275 or 11875991. OLE color: 11875991.
HSL color Cylindrical-coordinate representation of color #9736B5: hue angle of 285.83º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9736B5 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 54 | 181 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.29 |
| HSL | 285.83º | 0.54% | 0.46% | - |
| HSV(B) | 285.83º | 0.7% | 0.71% | - |
| XYZ | 22.42 | 12.55 | 44.96 | - |
| YUV | 97.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 181 | 0.17 | 0.70 | 0 | 0.29 | 285.83 | 0.54 | 0.46 |
| Hex | 97 | 36 | B5 | 11 | 46 | 0 | 1D | 11E | 36 | 2E |
| Octal | 227 | 66 | 265 | 21 | 106 | 0 | 35 | 436 | 66 | 56 |
| Binary | 10010111 | 110110 | 10110101 | 10001 | 1000110 | 0 | 11101 | 100011110 | 110110 | 101110 |
Color Harmonies of #9736B5
Complementary color
Monochromatic Colors of #9736B5
Black with #9736B5
Text Example
Text Example
White with #9736B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736B5; }
p { color: rgb(151,54,181); }
H1.HeaderClassName
{
color: #9736B5;
}
.AnyTagClassName
{
color: #9736B5;
}
</style>
background-color css
<style>
a { background-color: #9736B5; }
a { background-color: rgb(151,54,181); }
div.DivClassName
{
background-color: #9736B5;
}
.BgClassName
{
background-color: #9736B5;
}
</style>
border-color css
<style>
span { border-color: #9736B5; }
span { border-color: rgb(151,54,181); }
td.TdClassName
{
border-color: #9736B5;
}
.TagClassName
{
border-color: #9736B5;
}
</style>