Shades of Dark Orchid #9437AD
Tints of Dark Orchid #9437AD
RGB
CMYK
RGB Variations
Color information
#9437AD (or 0x9437AD) is known color: Dark Orchid. HEX triplet: 94, 37 and AD. RGB value is (148,55,173). Sum of RGB (Red+Green+Blue) = 148+55+173=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 55 (21.88% from 255 or 14.63% 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 #9437AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9437AD is #6BC852. Grayscale: #5F5F5F. Windows color (decimal): -7063635 or 11351956. OLE color: 11351956.
HSL color Cylindrical-coordinate representation of color #9437AD: hue angle of 287.29º 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 #9437AD is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 55 | 173 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.32 |
| HSL | 287.29º | 0.52% | 0.45% | - |
| HSV(B) | 287.29º | 0.68% | 0.68% | - |
| XYZ | 21.12 | 12.05 | 40.75 | - |
| YUV | 96.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 173 | 0.14 | 0.68 | 0 | 0.32 | 287.29 | 0.52 | 0.45 |
| Hex | 94 | 37 | AD | E | 44 | 0 | 20 | 11F | 34 | 2D |
| Octal | 224 | 67 | 255 | 16 | 104 | 0 | 40 | 437 | 64 | 55 |
| Binary | 10010100 | 110111 | 10101101 | 1110 | 1000100 | 0 | 100000 | 100011111 | 110100 | 101101 |
Color Harmonies of #9437AD
Complementary color
Monochromatic Colors of #9437AD
Black with #9437AD
Text Example
Text Example
White with #9437AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437AD; }
p { color: rgb(148,55,173); }
H1.HeaderClassName
{
color: #9437AD;
}
.AnyTagClassName
{
color: #9437AD;
}
</style>
background-color css
<style>
a { background-color: #9437AD; }
a { background-color: rgb(148,55,173); }
div.DivClassName
{
background-color: #9437AD;
}
.BgClassName
{
background-color: #9437AD;
}
</style>
border-color css
<style>
span { border-color: #9437AD; }
span { border-color: rgb(148,55,173); }
td.TdClassName
{
border-color: #9437AD;
}
.TagClassName
{
border-color: #9437AD;
}
</style>