Shades of Dark Orchid #8B2EBA
Tints of Dark Orchid #8B2EBA
RGB
CMYK
RGB Variations
Color information
#8B2EBA (or 0x8B2EBA) is known color: Dark Orchid. HEX triplet: 8B, 2E and BA. RGB value is (139,46,186). Sum of RGB (Red+Green+Blue) = 139+46+186=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2EBA is #74D145. Grayscale: #595959. Windows color (decimal): -7655750 or 12201611. OLE color: 12201611.
HSL color Cylindrical-coordinate representation of color #8B2EBA: hue angle of 279.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2EBA is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 46 | 186 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.27 |
| HSL | 279.86º | 0.6% | 0.45% | - |
| HSV(B) | 279.86º | 0.75% | 0.73% | - |
| XYZ | 20.49 | 10.99 | 47.5 | - |
| YUV | 89.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 186 | 0.25 | 0.75 | 0 | 0.27 | 279.86 | 0.6 | 0.45 |
| Hex | 8B | 2E | BA | 19 | 4B | 0 | 1B | 118 | 3C | 2D |
| Octal | 213 | 56 | 272 | 31 | 113 | 0 | 33 | 430 | 74 | 55 |
| Binary | 10001011 | 101110 | 10111010 | 11001 | 1001011 | 0 | 11011 | 100011000 | 111100 | 101101 |
Color Harmonies of #8B2EBA
Complementary color
Monochromatic Colors of #8B2EBA
Black with #8B2EBA
Text Example
Text Example
White with #8B2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2EBA; }
p { color: rgb(139,46,186); }
H1.HeaderClassName
{
color: #8B2EBA;
}
.AnyTagClassName
{
color: #8B2EBA;
}
</style>
background-color css
<style>
a { background-color: #8B2EBA; }
a { background-color: rgb(139,46,186); }
div.DivClassName
{
background-color: #8B2EBA;
}
.BgClassName
{
background-color: #8B2EBA;
}
</style>
border-color css
<style>
span { border-color: #8B2EBA; }
span { border-color: rgb(139,46,186); }
td.TdClassName
{
border-color: #8B2EBA;
}
.TagClassName
{
border-color: #8B2EBA;
}
</style>