Shades of Dark Orchid #9F39BA
Tints of Dark Orchid #9F39BA
RGB
CMYK
RGB Variations
Color information
#9F39BA (or 0x9F39BA) is known color: Dark Orchid. HEX triplet: 9F, 39 and BA. RGB value is (159,57,186). Sum of RGB (Red+Green+Blue) = 159+57+186=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39BA is #60C645. Grayscale: #656565. Windows color (decimal): -6342214 or 12204447. OLE color: 12204447.
HSL color Cylindrical-coordinate representation of color #9F39BA: hue angle of 287.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F39BA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 57 | 186 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.27 |
| HSL | 287.44º | 0.53% | 0.48% | - |
| HSV(B) | 287.44º | 0.69% | 0.73% | - |
| XYZ | 24.62 | 13.84 | 47.83 | - |
| YUV | 102.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 186 | 0.15 | 0.69 | 0 | 0.27 | 287.44 | 0.53 | 0.48 |
| Hex | 9F | 39 | BA | F | 45 | 0 | 1B | 11F | 35 | 30 |
| Octal | 237 | 71 | 272 | 17 | 105 | 0 | 33 | 437 | 65 | 60 |
| Binary | 10011111 | 111001 | 10111010 | 1111 | 1000101 | 0 | 11011 | 100011111 | 110101 | 110000 |
Color Harmonies of #9F39BA
Complementary color
Monochromatic Colors of #9F39BA
Black with #9F39BA
Text Example
Text Example
White with #9F39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F39BA; }
p { color: rgb(159,57,186); }
H1.HeaderClassName
{
color: #9F39BA;
}
.AnyTagClassName
{
color: #9F39BA;
}
</style>
background-color css
<style>
a { background-color: #9F39BA; }
a { background-color: rgb(159,57,186); }
div.DivClassName
{
background-color: #9F39BA;
}
.BgClassName
{
background-color: #9F39BA;
}
</style>
border-color css
<style>
span { border-color: #9F39BA; }
span { border-color: rgb(159,57,186); }
td.TdClassName
{
border-color: #9F39BA;
}
.TagClassName
{
border-color: #9F39BA;
}
</style>