Shades of Dark Orchid #8B43CE
Tints of Dark Orchid #8B43CE
RGB
CMYK
RGB Variations
Color information
#8B43CE (or 0x8B43CE) is known color: Dark Orchid. HEX triplet: 8B, 43 and CE. RGB value is (139,67,206). Sum of RGB (Red+Green+Blue) = 139+67+206=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B43CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B43CE is #74BC31. Grayscale: #676767. Windows color (decimal): -7650354 or 13517707. OLE color: 13517707.
HSL color Cylindrical-coordinate representation of color #8B43CE: hue angle of 271.08º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B43CE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 67 | 206 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.19 |
| HSL | 271.08º | 0.59% | 0.54% | - |
| HSV(B) | 271.08º | 0.67% | 0.81% | - |
| XYZ | 23.8 | 13.96 | 59.83 | - |
| YUV | 104.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 206 | 0.33 | 0.67 | 0 | 0.19 | 271.08 | 0.59 | 0.54 |
| Hex | 8B | 43 | CE | 21 | 43 | 0 | 13 | 10F | 3B | 36 |
| Octal | 213 | 103 | 316 | 41 | 103 | 0 | 23 | 417 | 73 | 66 |
| Binary | 10001011 | 1000011 | 11001110 | 100001 | 1000011 | 0 | 10011 | 100001111 | 111011 | 110110 |
Color Harmonies of #8B43CE
Complementary color
Monochromatic Colors of #8B43CE
Black with #8B43CE
Text Example
Text Example
White with #8B43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B43CE; }
p { color: rgb(139,67,206); }
H1.HeaderClassName
{
color: #8B43CE;
}
.AnyTagClassName
{
color: #8B43CE;
}
</style>
background-color css
<style>
a { background-color: #8B43CE; }
a { background-color: rgb(139,67,206); }
div.DivClassName
{
background-color: #8B43CE;
}
.BgClassName
{
background-color: #8B43CE;
}
</style>
border-color css
<style>
span { border-color: #8B43CE; }
span { border-color: rgb(139,67,206); }
td.TdClassName
{
border-color: #8B43CE;
}
.TagClassName
{
border-color: #8B43CE;
}
</style>