Shades of Dark Orchid #8B47CB
Tints of Dark Orchid #8B47CB
RGB
CMYK
RGB Variations
Color information
#8B47CB (or 0x8B47CB) is known color: Dark Orchid. HEX triplet: 8B, 47 and CB. RGB value is (139,71,203). Sum of RGB (Red+Green+Blue) = 139+71+203=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B47CB is #74B834. Grayscale: #696969. Windows color (decimal): -7649333 or 13322123. OLE color: 13322123.
HSL color Cylindrical-coordinate representation of color #8B47CB: hue angle of 270.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B47CB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 71 | 203 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.20 |
| HSL | 270.91º | 0.56% | 0.54% | - |
| HSV(B) | 270.91º | 0.65% | 0.8% | - |
| XYZ | 23.68 | 14.31 | 58.01 | - |
| YUV | 106.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 203 | 0.32 | 0.65 | 0 | 0.20 | 270.91 | 0.56 | 0.54 |
| Hex | 8B | 47 | CB | 20 | 41 | 0 | 14 | 10F | 38 | 36 |
| Octal | 213 | 107 | 313 | 40 | 101 | 0 | 24 | 417 | 70 | 66 |
| Binary | 10001011 | 1000111 | 11001011 | 100000 | 1000001 | 0 | 10100 | 100001111 | 111000 | 110110 |
Color Harmonies of #8B47CB
Complementary color
Monochromatic Colors of #8B47CB
Black with #8B47CB
Text Example
Text Example
White with #8B47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B47CB; }
p { color: rgb(139,71,203); }
H1.HeaderClassName
{
color: #8B47CB;
}
.AnyTagClassName
{
color: #8B47CB;
}
</style>
background-color css
<style>
a { background-color: #8B47CB; }
a { background-color: rgb(139,71,203); }
div.DivClassName
{
background-color: #8B47CB;
}
.BgClassName
{
background-color: #8B47CB;
}
</style>
border-color css
<style>
span { border-color: #8B47CB; }
span { border-color: rgb(139,71,203); }
td.TdClassName
{
border-color: #8B47CB;
}
.TagClassName
{
border-color: #8B47CB;
}
</style>