Shades of Dark Orchid #9F2CAE
Tints of Dark Orchid #9F2CAE
RGB
CMYK
RGB Variations
Color information
#9F2CAE (or 0x9F2CAE) is known color: Dark Orchid. HEX triplet: 9F, 2C and AE. RGB value is (159,44,174). Sum of RGB (Red+Green+Blue) = 159+44+174=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F2CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2CAE is #60D351. Grayscale: #5C5C5C. Windows color (decimal): -6345554 or 11414687. OLE color: 11414687.
HSL color Cylindrical-coordinate representation of color #9F2CAE: hue angle of 293.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2CAE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 44 | 174 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.32 |
| HSL | 293.08º | 0.6% | 0.43% | - |
| HSV(B) | 293.08º | 0.75% | 0.68% | - |
| XYZ | 22.84 | 12.23 | 41.2 | - |
| YUV | 93.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 174 | 0.09 | 0.75 | 0 | 0.32 | 293.08 | 0.6 | 0.43 |
| Hex | 9F | 2C | AE | 9 | 4B | 0 | 20 | 125 | 3C | 2B |
| Octal | 237 | 54 | 256 | 11 | 113 | 0 | 40 | 445 | 74 | 53 |
| Binary | 10011111 | 101100 | 10101110 | 1001 | 1001011 | 0 | 100000 | 100100101 | 111100 | 101011 |
Color Harmonies of #9F2CAE
Complementary color
Monochromatic Colors of #9F2CAE
Black with #9F2CAE
Text Example
Text Example
White with #9F2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CAE; }
p { color: rgb(159,44,174); }
H1.HeaderClassName
{
color: #9F2CAE;
}
.AnyTagClassName
{
color: #9F2CAE;
}
</style>
background-color css
<style>
a { background-color: #9F2CAE; }
a { background-color: rgb(159,44,174); }
div.DivClassName
{
background-color: #9F2CAE;
}
.BgClassName
{
background-color: #9F2CAE;
}
</style>
border-color css
<style>
span { border-color: #9F2CAE; }
span { border-color: rgb(159,44,174); }
td.TdClassName
{
border-color: #9F2CAE;
}
.TagClassName
{
border-color: #9F2CAE;
}
</style>