Shades of Dark Orchid #9F36BD
Tints of Dark Orchid #9F36BD
RGB
CMYK
RGB Variations
Color information
#9F36BD (or 0x9F36BD) is known color: Dark Orchid. HEX triplet: 9F, 36 and BD. RGB value is (159,54,189). Sum of RGB (Red+Green+Blue) = 159+54+189=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F36BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36BD is #60C942. Grayscale: #646464. Windows color (decimal): -6342979 or 12400287. OLE color: 12400287.
HSL color Cylindrical-coordinate representation of color #9F36BD: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F36BD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 54 | 189 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.26 |
| HSL | 286.67º | 0.56% | 0.48% | - |
| HSV(B) | 286.67º | 0.71% | 0.74% | - |
| XYZ | 24.8 | 13.68 | 49.48 | - |
| YUV | 100.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 189 | 0.16 | 0.71 | 0 | 0.26 | 286.67 | 0.56 | 0.48 |
| Hex | 9F | 36 | BD | 10 | 47 | 0 | 1A | 11F | 38 | 30 |
| Octal | 237 | 66 | 275 | 20 | 107 | 0 | 32 | 437 | 70 | 60 |
| Binary | 10011111 | 110110 | 10111101 | 10000 | 1000111 | 0 | 11010 | 100011111 | 111000 | 110000 |
Color Harmonies of #9F36BD
Complementary color
Monochromatic Colors of #9F36BD
Black with #9F36BD
Text Example
Text Example
White with #9F36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36BD; }
p { color: rgb(159,54,189); }
H1.HeaderClassName
{
color: #9F36BD;
}
.AnyTagClassName
{
color: #9F36BD;
}
</style>
background-color css
<style>
a { background-color: #9F36BD; }
a { background-color: rgb(159,54,189); }
div.DivClassName
{
background-color: #9F36BD;
}
.BgClassName
{
background-color: #9F36BD;
}
</style>
border-color css
<style>
span { border-color: #9F36BD; }
span { border-color: rgb(159,54,189); }
td.TdClassName
{
border-color: #9F36BD;
}
.TagClassName
{
border-color: #9F36BD;
}
</style>