Shades of Dark Orchid #9F36BE
Tints of Dark Orchid #9F36BE
RGB
CMYK
RGB Variations
Color information
#9F36BE (or 0x9F36BE) is known color: Dark Orchid. HEX triplet: 9F, 36 and BE. RGB value is (159,54,190). Sum of RGB (Red+Green+Blue) = 159+54+190=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F36BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36BE is #60C941. Grayscale: #646464. Windows color (decimal): -6342978 or 12465823. OLE color: 12465823.
HSL color Cylindrical-coordinate representation of color #9F36BE: hue angle of 286.32º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F36BE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 54 | 190 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.25 |
| HSL | 286.32º | 0.56% | 0.48% | - |
| HSV(B) | 286.32º | 0.72% | 0.75% | - |
| XYZ | 24.91 | 13.73 | 50.05 | - |
| YUV | 100.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 190 | 0.16 | 0.72 | 0 | 0.25 | 286.32 | 0.56 | 0.48 |
| Hex | 9F | 36 | BE | 10 | 48 | 0 | 19 | 11E | 38 | 30 |
| Octal | 237 | 66 | 276 | 20 | 110 | 0 | 31 | 436 | 70 | 60 |
| Binary | 10011111 | 110110 | 10111110 | 10000 | 1001000 | 0 | 11001 | 100011110 | 111000 | 110000 |
Color Harmonies of #9F36BE
Complementary color
Monochromatic Colors of #9F36BE
Black with #9F36BE
Text Example
Text Example
White with #9F36BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36BE; }
p { color: rgb(159,54,190); }
H1.HeaderClassName
{
color: #9F36BE;
}
.AnyTagClassName
{
color: #9F36BE;
}
</style>
background-color css
<style>
a { background-color: #9F36BE; }
a { background-color: rgb(159,54,190); }
div.DivClassName
{
background-color: #9F36BE;
}
.BgClassName
{
background-color: #9F36BE;
}
</style>
border-color css
<style>
span { border-color: #9F36BE; }
span { border-color: rgb(159,54,190); }
td.TdClassName
{
border-color: #9F36BE;
}
.TagClassName
{
border-color: #9F36BE;
}
</style>