Shades of Dark Orchid #9F24AB
Tints of Dark Orchid #9F24AB
RGB
CMYK
RGB Variations
Color information
#9F24AB (or 0x9F24AB) is known color: Dark Orchid. HEX triplet: 9F, 24 and AB. RGB value is (159,36,171). Sum of RGB (Red+Green+Blue) = 159+36+171=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F24AB is #60DB54. Grayscale: #575757. Windows color (decimal): -6347605 or 11216031. OLE color: 11216031.
HSL color Cylindrical-coordinate representation of color #9F24AB: hue angle of 294.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F24AB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 36 | 171 | - |
CMYK | 0.07 | 0.79 | 0 | 0.33 |
HSL | 294.67º | 0.65% | 0.41% | - |
HSV(B) | 294.67º | 0.79% | 0.67% | - |
XYZ | 22.28 | 11.57 | 39.59 | - |
YUV | 88.17 | 174.75 | 178.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 36 | 171 | 0.07 | 0.79 | 0 | 0.33 | 294.67 | 0.65 | 0.41 |
Hex | 9F | 24 | AB | 7 | 4F | 0 | 21 | 127 | 41 | 29 |
Octal | 237 | 44 | 253 | 7 | 117 | 0 | 41 | 447 | 101 | 51 |
Binary | 10011111 | 100100 | 10101011 | 111 | 1001111 | 0 | 100001 | 100100111 | 1000001 | 101001 |
Color Harmonies of #9F24AB
Complementary color
Monochromatic Colors of #9F24AB
Black with #9F24AB
Text Example
Text Example
White with #9F24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24AB; }
p { color: rgb(159,36,171); }
H1.HeaderClassName
{
color: #9F24AB;
}
.AnyTagClassName
{
color: #9F24AB;
}
</style>
background-color css
<style>
a { background-color: #9F24AB; }
a { background-color: rgb(159,36,171); }
div.DivClassName
{
background-color: #9F24AB;
}
.BgClassName
{
background-color: #9F24AB;
}
</style>
border-color css
<style>
span { border-color: #9F24AB; }
span { border-color: rgb(159,36,171); }
td.TdClassName
{
border-color: #9F24AB;
}
.TagClassName
{
border-color: #9F24AB;
}
</style>