Shades of Dark Orchid #9F28AB
Tints of Dark Orchid #9F28AB
RGB
CMYK
RGB Variations
Color information
#9F28AB (or 0x9F28AB) is known color: Dark Orchid. HEX triplet: 9F, 28 and AB. RGB value is (159,40,171). Sum of RGB (Red+Green+Blue) = 159+40+171=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28AB is #60D754. Grayscale: #5A5A5A. Windows color (decimal): -6346581 or 11217055. OLE color: 11217055.
HSL color Cylindrical-coordinate representation of color #9F28AB: hue angle of 294.5º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F28AB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 40 | 171 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.33 |
| HSL | 294.5º | 0.62% | 0.41% | - |
| HSV(B) | 294.5º | 0.77% | 0.67% | - |
| XYZ | 22.41 | 11.83 | 39.63 | - |
| YUV | 90.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 171 | 0.07 | 0.77 | 0 | 0.33 | 294.5 | 0.62 | 0.41 |
| Hex | 9F | 28 | AB | 7 | 4D | 0 | 21 | 127 | 3E | 29 |
| Octal | 237 | 50 | 253 | 7 | 115 | 0 | 41 | 447 | 76 | 51 |
| Binary | 10011111 | 101000 | 10101011 | 111 | 1001101 | 0 | 100001 | 100100111 | 111110 | 101001 |
Color Harmonies of #9F28AB
Complementary color
Monochromatic Colors of #9F28AB
Black with #9F28AB
Text Example
Text Example
White with #9F28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28AB; }
p { color: rgb(159,40,171); }
H1.HeaderClassName
{
color: #9F28AB;
}
.AnyTagClassName
{
color: #9F28AB;
}
</style>
background-color css
<style>
a { background-color: #9F28AB; }
a { background-color: rgb(159,40,171); }
div.DivClassName
{
background-color: #9F28AB;
}
.BgClassName
{
background-color: #9F28AB;
}
</style>
border-color css
<style>
span { border-color: #9F28AB; }
span { border-color: rgb(159,40,171); }
td.TdClassName
{
border-color: #9F28AB;
}
.TagClassName
{
border-color: #9F28AB;
}
</style>