Shades of Dark Orchid #9F37AA
Tints of Dark Orchid #9F37AA
RGB
CMYK
RGB Variations
Color information
#9F37AA (or 0x9F37AA) is known color: Dark Orchid. HEX triplet: 9F, 37 and AA. RGB value is (159,55,170). Sum of RGB (Red+Green+Blue) = 159+55+170=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F37AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F37AA is #60C855. Grayscale: #626262. Windows color (decimal): -6342742 or 11155359. OLE color: 11155359.
HSL color Cylindrical-coordinate representation of color #9F37AA: hue angle of 294.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F37AA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 55 | 170 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.33 |
| HSL | 294.26º | 0.51% | 0.44% | - |
| HSV(B) | 294.26º | 0.68% | 0.67% | - |
| XYZ | 22.92 | 13.01 | 39.33 | - |
| YUV | 99.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 170 | 0.06 | 0.68 | 0 | 0.33 | 294.26 | 0.51 | 0.44 |
| Hex | 9F | 37 | AA | 6 | 44 | 0 | 21 | 126 | 33 | 2C |
| Octal | 237 | 67 | 252 | 6 | 104 | 0 | 41 | 446 | 63 | 54 |
| Binary | 10011111 | 110111 | 10101010 | 110 | 1000100 | 0 | 100001 | 100100110 | 110011 | 101100 |
Color Harmonies of #9F37AA
Complementary color
Monochromatic Colors of #9F37AA
Black with #9F37AA
Text Example
Text Example
White with #9F37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F37AA; }
p { color: rgb(159,55,170); }
H1.HeaderClassName
{
color: #9F37AA;
}
.AnyTagClassName
{
color: #9F37AA;
}
</style>
background-color css
<style>
a { background-color: #9F37AA; }
a { background-color: rgb(159,55,170); }
div.DivClassName
{
background-color: #9F37AA;
}
.BgClassName
{
background-color: #9F37AA;
}
</style>
border-color css
<style>
span { border-color: #9F37AA; }
span { border-color: rgb(159,55,170); }
td.TdClassName
{
border-color: #9F37AA;
}
.TagClassName
{
border-color: #9F37AA;
}
</style>