Shades of Dark Orchid #9F36D6
Tints of Dark Orchid #9F36D6
RGB
CMYK
RGB Variations
Color information
#9F36D6 (or 0x9F36D6) is known color: Dark Orchid. HEX triplet: 9F, 36 and D6. RGB value is (159,54,214). Sum of RGB (Red+Green+Blue) = 159+54+214=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F36D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36D6 is #60C929. Grayscale: #676767. Windows color (decimal): -6342954 or 14038687. OLE color: 14038687.
HSL color Cylindrical-coordinate representation of color #9F36D6: hue angle of 279.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F36D6 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 54 | 214 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.16 |
| HSL | 279.38º | 0.66% | 0.53% | - |
| HSV(B) | 279.38º | 0.75% | 0.84% | - |
| XYZ | 27.75 | 14.86 | 65.02 | - |
| YUV | 103.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 214 | 0.26 | 0.75 | 0 | 0.16 | 279.38 | 0.66 | 0.53 |
| Hex | 9F | 36 | D6 | 1A | 4B | 0 | 10 | 117 | 42 | 35 |
| Octal | 237 | 66 | 326 | 32 | 113 | 0 | 20 | 427 | 102 | 65 |
| Binary | 10011111 | 110110 | 11010110 | 11010 | 1001011 | 0 | 10000 | 100010111 | 1000010 | 110101 |
Color Harmonies of #9F36D6
Complementary color
Monochromatic Colors of #9F36D6
Black with #9F36D6
Text Example
Text Example
White with #9F36D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36D6; }
p { color: rgb(159,54,214); }
H1.HeaderClassName
{
color: #9F36D6;
}
.AnyTagClassName
{
color: #9F36D6;
}
</style>
background-color css
<style>
a { background-color: #9F36D6; }
a { background-color: rgb(159,54,214); }
div.DivClassName
{
background-color: #9F36D6;
}
.BgClassName
{
background-color: #9F36D6;
}
</style>
border-color css
<style>
span { border-color: #9F36D6; }
span { border-color: rgb(159,54,214); }
td.TdClassName
{
border-color: #9F36D6;
}
.TagClassName
{
border-color: #9F36D6;
}
</style>