Shades of Dark Orchid #9F28AC
Tints of Dark Orchid #9F28AC
RGB
CMYK
RGB Variations
Color information
#9F28AC (or 0x9F28AC) is known color: Dark Orchid. HEX triplet: 9F, 28 and AC. RGB value is (159,40,172). Sum of RGB (Red+Green+Blue) = 159+40+172=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28AC is #60D753. Grayscale: #5A5A5A. Windows color (decimal): -6346580 or 11282591. OLE color: 11282591.
HSL color Cylindrical-coordinate representation of color #9F28AC: hue angle of 294.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F28AC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 40 | 172 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.33 |
| HSL | 294.09º | 0.62% | 0.42% | - |
| HSV(B) | 294.09º | 0.77% | 0.67% | - |
| XYZ | 22.5 | 11.87 | 40.13 | - |
| YUV | 90.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 172 | 0.08 | 0.77 | 0 | 0.33 | 294.09 | 0.62 | 0.42 |
| Hex | 9F | 28 | AC | 8 | 4D | 0 | 21 | 126 | 3E | 2A |
| Octal | 237 | 50 | 254 | 10 | 115 | 0 | 41 | 446 | 76 | 52 |
| Binary | 10011111 | 101000 | 10101100 | 1000 | 1001101 | 0 | 100001 | 100100110 | 111110 | 101010 |
Color Harmonies of #9F28AC
Complementary color
Monochromatic Colors of #9F28AC
Black with #9F28AC
Text Example
Text Example
White with #9F28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28AC; }
p { color: rgb(159,40,172); }
H1.HeaderClassName
{
color: #9F28AC;
}
.AnyTagClassName
{
color: #9F28AC;
}
</style>
background-color css
<style>
a { background-color: #9F28AC; }
a { background-color: rgb(159,40,172); }
div.DivClassName
{
background-color: #9F28AC;
}
.BgClassName
{
background-color: #9F28AC;
}
</style>
border-color css
<style>
span { border-color: #9F28AC; }
span { border-color: rgb(159,40,172); }
td.TdClassName
{
border-color: #9F28AC;
}
.TagClassName
{
border-color: #9F28AC;
}
</style>