Shades of Dark Orchid #9B47CE
Tints of Dark Orchid #9B47CE
RGB
CMYK
RGB Variations
Color information
#9B47CE (or 0x9B47CE) is known color: Dark Orchid. HEX triplet: 9B, 47 and CE. RGB value is (155,71,206). Sum of RGB (Red+Green+Blue) = 155+71+206=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B47CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47CE is #64B831. Grayscale: #6F6F6F. Windows color (decimal): -6600754 or 13518747. OLE color: 13518747.
HSL color Cylindrical-coordinate representation of color #9B47CE: hue angle of 277.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B47CE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 71 | 206 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.19 |
| HSL | 277.33º | 0.58% | 0.54% | - |
| HSV(B) | 277.33º | 0.66% | 0.81% | - |
| XYZ | 26.91 | 15.93 | 60.05 | - |
| YUV | 111.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 206 | 0.25 | 0.66 | 0 | 0.19 | 277.33 | 0.58 | 0.54 |
| Hex | 9B | 47 | CE | 19 | 42 | 0 | 13 | 115 | 3A | 36 |
| Octal | 233 | 107 | 316 | 31 | 102 | 0 | 23 | 425 | 72 | 66 |
| Binary | 10011011 | 1000111 | 11001110 | 11001 | 1000010 | 0 | 10011 | 100010101 | 111010 | 110110 |
Color Harmonies of #9B47CE
Complementary color
Monochromatic Colors of #9B47CE
Black with #9B47CE
Text Example
Text Example
White with #9B47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B47CE; }
p { color: rgb(155,71,206); }
H1.HeaderClassName
{
color: #9B47CE;
}
.AnyTagClassName
{
color: #9B47CE;
}
</style>
background-color css
<style>
a { background-color: #9B47CE; }
a { background-color: rgb(155,71,206); }
div.DivClassName
{
background-color: #9B47CE;
}
.BgClassName
{
background-color: #9B47CE;
}
</style>
border-color css
<style>
span { border-color: #9B47CE; }
span { border-color: rgb(155,71,206); }
td.TdClassName
{
border-color: #9B47CE;
}
.TagClassName
{
border-color: #9B47CE;
}
</style>