Shades of Dark Orchid #9F28AE
Tints of Dark Orchid #9F28AE
RGB
CMYK
RGB Variations
Color information
#9F28AE (or 0x9F28AE) is known color: Dark Orchid. HEX triplet: 9F, 28 and AE. RGB value is (159,40,174). Sum of RGB (Red+Green+Blue) = 159+40+174=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28AE is #60D751. Grayscale: #5A5A5A. Windows color (decimal): -6346578 or 11413663. OLE color: 11413663.
HSL color Cylindrical-coordinate representation of color #9F28AE: hue angle of 293.28º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F28AE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 40 | 174 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.32 |
| HSL | 293.28º | 0.63% | 0.42% | - |
| HSV(B) | 293.28º | 0.77% | 0.68% | - |
| XYZ | 22.7 | 11.94 | 41.15 | - |
| YUV | 90.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 174 | 0.09 | 0.77 | 0 | 0.32 | 293.28 | 0.63 | 0.42 |
| Hex | 9F | 28 | AE | 9 | 4D | 0 | 20 | 125 | 3F | 2A |
| Octal | 237 | 50 | 256 | 11 | 115 | 0 | 40 | 445 | 77 | 52 |
| Binary | 10011111 | 101000 | 10101110 | 1001 | 1001101 | 0 | 100000 | 100100101 | 111111 | 101010 |
Color Harmonies of #9F28AE
Complementary color
Monochromatic Colors of #9F28AE
Black with #9F28AE
Text Example
Text Example
White with #9F28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28AE; }
p { color: rgb(159,40,174); }
H1.HeaderClassName
{
color: #9F28AE;
}
.AnyTagClassName
{
color: #9F28AE;
}
</style>
background-color css
<style>
a { background-color: #9F28AE; }
a { background-color: rgb(159,40,174); }
div.DivClassName
{
background-color: #9F28AE;
}
.BgClassName
{
background-color: #9F28AE;
}
</style>
border-color css
<style>
span { border-color: #9F28AE; }
span { border-color: rgb(159,40,174); }
td.TdClassName
{
border-color: #9F28AE;
}
.TagClassName
{
border-color: #9F28AE;
}
</style>