Shades of Dark Orchid #9F24AA
Tints of Dark Orchid #9F24AA
RGB
CMYK
RGB Variations
Color information
#9F24AA (or 0x9F24AA) is known color: Dark Orchid. HEX triplet: 9F, 24 and AA. RGB value is (159,36,170). Sum of RGB (Red+Green+Blue) = 159+36+170=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F24AA is #60DB55. Grayscale: #575757. Windows color (decimal): -6347606 or 11150495. OLE color: 11150495.
HSL color Cylindrical-coordinate representation of color #9F24AA: hue angle of 295.07º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F24AA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 36 | 170 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.33 |
| HSL | 295.07º | 0.65% | 0.4% | - |
| HSV(B) | 295.07º | 0.79% | 0.67% | - |
| XYZ | 22.18 | 11.53 | 39.09 | - |
| YUV | 88.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 170 | 0.06 | 0.79 | 0 | 0.33 | 295.07 | 0.65 | 0.4 |
| Hex | 9F | 24 | AA | 6 | 4F | 0 | 21 | 127 | 41 | 28 |
| Octal | 237 | 44 | 252 | 6 | 117 | 0 | 41 | 447 | 101 | 50 |
| Binary | 10011111 | 100100 | 10101010 | 110 | 1001111 | 0 | 100001 | 100100111 | 1000001 | 101000 |
Color Harmonies of #9F24AA
Complementary color
Monochromatic Colors of #9F24AA
Black with #9F24AA
Text Example
Text Example
White with #9F24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24AA; }
p { color: rgb(159,36,170); }
H1.HeaderClassName
{
color: #9F24AA;
}
.AnyTagClassName
{
color: #9F24AA;
}
</style>
background-color css
<style>
a { background-color: #9F24AA; }
a { background-color: rgb(159,36,170); }
div.DivClassName
{
background-color: #9F24AA;
}
.BgClassName
{
background-color: #9F24AA;
}
</style>
border-color css
<style>
span { border-color: #9F24AA; }
span { border-color: rgb(159,36,170); }
td.TdClassName
{
border-color: #9F24AA;
}
.TagClassName
{
border-color: #9F24AA;
}
</style>