Shades of Dark Orchid #8B2ECB
Tints of Dark Orchid #8B2ECB
RGB
CMYK
RGB Variations
Color information
#8B2ECB (or 0x8B2ECB) is known color: Dark Orchid. HEX triplet: 8B, 2E and CB. RGB value is (139,46,203). Sum of RGB (Red+Green+Blue) = 139+46+203=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B2ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2ECB is #74D134. Grayscale: #5B5B5B. Windows color (decimal): -7655733 or 13315723. OLE color: 13315723.
HSL color Cylindrical-coordinate representation of color #8B2ECB: hue angle of 275.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2ECB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 46 | 203 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.20 |
| HSL | 275.54º | 0.63% | 0.49% | - |
| HSV(B) | 275.54º | 0.77% | 0.8% | - |
| XYZ | 22.4 | 11.75 | 57.59 | - |
| YUV | 91.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 203 | 0.32 | 0.77 | 0 | 0.20 | 275.54 | 0.63 | 0.49 |
| Hex | 8B | 2E | CB | 20 | 4D | 0 | 14 | 114 | 3F | 31 |
| Octal | 213 | 56 | 313 | 40 | 115 | 0 | 24 | 424 | 77 | 61 |
| Binary | 10001011 | 101110 | 11001011 | 100000 | 1001101 | 0 | 10100 | 100010100 | 111111 | 110001 |
Color Harmonies of #8B2ECB
Complementary color
Monochromatic Colors of #8B2ECB
Black with #8B2ECB
Text Example
Text Example
White with #8B2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2ECB; }
p { color: rgb(139,46,203); }
H1.HeaderClassName
{
color: #8B2ECB;
}
.AnyTagClassName
{
color: #8B2ECB;
}
</style>
background-color css
<style>
a { background-color: #8B2ECB; }
a { background-color: rgb(139,46,203); }
div.DivClassName
{
background-color: #8B2ECB;
}
.BgClassName
{
background-color: #8B2ECB;
}
</style>
border-color css
<style>
span { border-color: #8B2ECB; }
span { border-color: rgb(139,46,203); }
td.TdClassName
{
border-color: #8B2ECB;
}
.TagClassName
{
border-color: #8B2ECB;
}
</style>