Shades of Dark Orchid #9F24BC
Tints of Dark Orchid #9F24BC
RGB
CMYK
RGB Variations
Color information
#9F24BC (or 0x9F24BC) is known color: Dark Orchid. HEX triplet: 9F, 24 and BC. RGB value is (159,36,188). Sum of RGB (Red+Green+Blue) = 159+36+188=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24BC is #60DB43. Grayscale: #595959. Windows color (decimal): -6347588 or 12330143. OLE color: 12330143.
HSL color Cylindrical-coordinate representation of color #9F24BC: hue angle of 288.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F24BC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 36 | 188 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.26 |
| HSL | 288.55º | 0.68% | 0.44% | - |
| HSV(B) | 288.55º | 0.81% | 0.74% | - |
| XYZ | 24.01 | 12.26 | 48.68 | - |
| YUV | 90.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 188 | 0.15 | 0.81 | 0 | 0.26 | 288.55 | 0.68 | 0.44 |
| Hex | 9F | 24 | BC | F | 51 | 0 | 1A | 121 | 44 | 2C |
| Octal | 237 | 44 | 274 | 17 | 121 | 0 | 32 | 441 | 104 | 54 |
| Binary | 10011111 | 100100 | 10111100 | 1111 | 1010001 | 0 | 11010 | 100100001 | 1000100 | 101100 |
Color Harmonies of #9F24BC
Complementary color
Monochromatic Colors of #9F24BC
Black with #9F24BC
Text Example
Text Example
White with #9F24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24BC; }
p { color: rgb(159,36,188); }
H1.HeaderClassName
{
color: #9F24BC;
}
.AnyTagClassName
{
color: #9F24BC;
}
</style>
background-color css
<style>
a { background-color: #9F24BC; }
a { background-color: rgb(159,36,188); }
div.DivClassName
{
background-color: #9F24BC;
}
.BgClassName
{
background-color: #9F24BC;
}
</style>
border-color css
<style>
span { border-color: #9F24BC; }
span { border-color: rgb(159,36,188); }
td.TdClassName
{
border-color: #9F24BC;
}
.TagClassName
{
border-color: #9F24BC;
}
</style>