Shades of Dark Orchid #9F3BBD
Tints of Dark Orchid #9F3BBD
RGB
CMYK
RGB Variations
Color information
#9F3BBD (or 0x9F3BBD) is known color: Dark Orchid. HEX triplet: 9F, 3B and BD. RGB value is (159,59,189). Sum of RGB (Red+Green+Blue) = 159+59+189=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F3BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BBD is #60C442. Grayscale: #676767. Windows color (decimal): -6341699 or 12401567. OLE color: 12401567.
HSL color Cylindrical-coordinate representation of color #9F3BBD: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3BBD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 59 | 189 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.26 |
| HSL | 286.15º | 0.52% | 0.49% | - |
| HSV(B) | 286.15º | 0.69% | 0.74% | - |
| XYZ | 25.05 | 14.17 | 49.56 | - |
| YUV | 103.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 189 | 0.16 | 0.69 | 0 | 0.26 | 286.15 | 0.52 | 0.49 |
| Hex | 9F | 3B | BD | 10 | 45 | 0 | 1A | 11E | 34 | 31 |
| Octal | 237 | 73 | 275 | 20 | 105 | 0 | 32 | 436 | 64 | 61 |
| Binary | 10011111 | 111011 | 10111101 | 10000 | 1000101 | 0 | 11010 | 100011110 | 110100 | 110001 |
Color Harmonies of #9F3BBD
Complementary color
Monochromatic Colors of #9F3BBD
Black with #9F3BBD
Text Example
Text Example
White with #9F3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BBD; }
p { color: rgb(159,59,189); }
H1.HeaderClassName
{
color: #9F3BBD;
}
.AnyTagClassName
{
color: #9F3BBD;
}
</style>
background-color css
<style>
a { background-color: #9F3BBD; }
a { background-color: rgb(159,59,189); }
div.DivClassName
{
background-color: #9F3BBD;
}
.BgClassName
{
background-color: #9F3BBD;
}
</style>
border-color css
<style>
span { border-color: #9F3BBD; }
span { border-color: rgb(159,59,189); }
td.TdClassName
{
border-color: #9F3BBD;
}
.TagClassName
{
border-color: #9F3BBD;
}
</style>