Shades of Dark Orchid #9B47CF
Tints of Dark Orchid #9B47CF
RGB
CMYK
RGB Variations
Color information
#9B47CF (or 0x9B47CF) is known color: Dark Orchid. HEX triplet: 9B, 47 and CF. RGB value is (155,71,207). Sum of RGB (Red+Green+Blue) = 155+71+207=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47CF is #64B830. Grayscale: #6F6F6F. Windows color (decimal): -6600753 or 13584283. OLE color: 13584283.
HSL color Cylindrical-coordinate representation of color #9B47CF: hue angle of 277.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B47CF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 71 | 207 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.19 |
| HSL | 277.06º | 0.59% | 0.55% | - |
| HSV(B) | 277.06º | 0.66% | 0.81% | - |
| XYZ | 27.03 | 15.98 | 60.69 | - |
| YUV | 111.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 207 | 0.25 | 0.66 | 0 | 0.19 | 277.06 | 0.59 | 0.55 |
| Hex | 9B | 47 | CF | 19 | 42 | 0 | 13 | 115 | 3B | 37 |
| Octal | 233 | 107 | 317 | 31 | 102 | 0 | 23 | 425 | 73 | 67 |
| Binary | 10011011 | 1000111 | 11001111 | 11001 | 1000010 | 0 | 10011 | 100010101 | 111011 | 110111 |
Color Harmonies of #9B47CF
Complementary color
Monochromatic Colors of #9B47CF
Black with #9B47CF
Text Example
Text Example
White with #9B47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B47CF; }
p { color: rgb(155,71,207); }
H1.HeaderClassName
{
color: #9B47CF;
}
.AnyTagClassName
{
color: #9B47CF;
}
</style>
background-color css
<style>
a { background-color: #9B47CF; }
a { background-color: rgb(155,71,207); }
div.DivClassName
{
background-color: #9B47CF;
}
.BgClassName
{
background-color: #9B47CF;
}
</style>
border-color css
<style>
span { border-color: #9B47CF; }
span { border-color: rgb(155,71,207); }
td.TdClassName
{
border-color: #9B47CF;
}
.TagClassName
{
border-color: #9B47CF;
}
</style>