Shades of Dark Orchid #9F28AA
Tints of Dark Orchid #9F28AA
RGB
CMYK
RGB Variations
Color information
#9F28AA (or 0x9F28AA) is known color: Dark Orchid. HEX triplet: 9F, 28 and AA. RGB value is (159,40,170). Sum of RGB (Red+Green+Blue) = 159+40+170=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28AA is #60D755. Grayscale: #5A5A5A. Windows color (decimal): -6346582 or 11151519. OLE color: 11151519.
HSL color Cylindrical-coordinate representation of color #9F28AA: hue angle of 294.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F28AA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 40 | 170 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.33 |
| HSL | 294.92º | 0.62% | 0.41% | - |
| HSV(B) | 294.92º | 0.76% | 0.67% | - |
| XYZ | 22.31 | 11.79 | 39.13 | - |
| YUV | 90.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 170 | 0.06 | 0.76 | 0 | 0.33 | 294.92 | 0.62 | 0.41 |
| Hex | 9F | 28 | AA | 6 | 4C | 0 | 21 | 127 | 3E | 29 |
| Octal | 237 | 50 | 252 | 6 | 114 | 0 | 41 | 447 | 76 | 51 |
| Binary | 10011111 | 101000 | 10101010 | 110 | 1001100 | 0 | 100001 | 100100111 | 111110 | 101001 |
Color Harmonies of #9F28AA
Complementary color
Monochromatic Colors of #9F28AA
Black with #9F28AA
Text Example
Text Example
White with #9F28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28AA; }
p { color: rgb(159,40,170); }
H1.HeaderClassName
{
color: #9F28AA;
}
.AnyTagClassName
{
color: #9F28AA;
}
</style>
background-color css
<style>
a { background-color: #9F28AA; }
a { background-color: rgb(159,40,170); }
div.DivClassName
{
background-color: #9F28AA;
}
.BgClassName
{
background-color: #9F28AA;
}
</style>
border-color css
<style>
span { border-color: #9F28AA; }
span { border-color: rgb(159,40,170); }
td.TdClassName
{
border-color: #9F28AA;
}
.TagClassName
{
border-color: #9F28AA;
}
</style>