Shades of Dark Orchid #8B1ECE
Tints of Dark Orchid #8B1ECE
RGB
CMYK
RGB Variations
Color information
#8B1ECE (or 0x8B1ECE) is known color: Dark Orchid. HEX triplet: 8B, 1E and CE. RGB value is (139,30,206). Sum of RGB (Red+Green+Blue) = 139+30+206=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1ECE is #74E131. Grayscale: #525252. Windows color (decimal): -7659826 or 13508235. OLE color: 13508235.
HSL color Cylindrical-coordinate representation of color #8B1ECE: hue angle of 277.16º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1ECE is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 30 | 206 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.19 |
| HSL | 277.16º | 0.75% | 0.46% | - |
| HSV(B) | 277.16º | 0.85% | 0.81% | - |
| XYZ | 22.25 | 10.87 | 59.32 | - |
| YUV | 82.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 206 | 0.33 | 0.85 | 0 | 0.19 | 277.16 | 0.75 | 0.46 |
| Hex | 8B | 1E | CE | 21 | 55 | 0 | 13 | 115 | 4B | 2E |
| Octal | 213 | 36 | 316 | 41 | 125 | 0 | 23 | 425 | 113 | 56 |
| Binary | 10001011 | 11110 | 11001110 | 100001 | 1010101 | 0 | 10011 | 100010101 | 1001011 | 101110 |
Color Harmonies of #8B1ECE
Complementary color
Monochromatic Colors of #8B1ECE
Black with #8B1ECE
Text Example
Text Example
White with #8B1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1ECE; }
p { color: rgb(139,30,206); }
H1.HeaderClassName
{
color: #8B1ECE;
}
.AnyTagClassName
{
color: #8B1ECE;
}
</style>
background-color css
<style>
a { background-color: #8B1ECE; }
a { background-color: rgb(139,30,206); }
div.DivClassName
{
background-color: #8B1ECE;
}
.BgClassName
{
background-color: #8B1ECE;
}
</style>
border-color css
<style>
span { border-color: #8B1ECE; }
span { border-color: rgb(139,30,206); }
td.TdClassName
{
border-color: #8B1ECE;
}
.TagClassName
{
border-color: #8B1ECE;
}
</style>