Shades of Dark Orchid #8B3EBA
Tints of Dark Orchid #8B3EBA
RGB
CMYK
RGB Variations
Color information
#8B3EBA (or 0x8B3EBA) is known color: Dark Orchid. HEX triplet: 8B, 3E and BA. RGB value is (139,62,186). Sum of RGB (Red+Green+Blue) = 139+62+186=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3EBA is #74C145. Grayscale: #626262. Windows color (decimal): -7651654 or 12205707. OLE color: 12205707.
HSL color Cylindrical-coordinate representation of color #8B3EBA: hue angle of 277.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B3EBA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 62 | 186 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.27 |
| HSL | 277.26º | 0.5% | 0.49% | - |
| HSV(B) | 277.26º | 0.67% | 0.73% | - |
| XYZ | 21.23 | 12.48 | 47.74 | - |
| YUV | 99.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 62 | 186 | 0.25 | 0.67 | 0 | 0.27 | 277.26 | 0.5 | 0.49 |
| Hex | 8B | 3E | BA | 19 | 43 | 0 | 1B | 115 | 32 | 31 |
| Octal | 213 | 76 | 272 | 31 | 103 | 0 | 33 | 425 | 62 | 61 |
| Binary | 10001011 | 111110 | 10111010 | 11001 | 1000011 | 0 | 11011 | 100010101 | 110010 | 110001 |
Color Harmonies of #8B3EBA
Complementary color
Monochromatic Colors of #8B3EBA
Black with #8B3EBA
Text Example
Text Example
White with #8B3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3EBA; }
p { color: rgb(139,62,186); }
H1.HeaderClassName
{
color: #8B3EBA;
}
.AnyTagClassName
{
color: #8B3EBA;
}
</style>
background-color css
<style>
a { background-color: #8B3EBA; }
a { background-color: rgb(139,62,186); }
div.DivClassName
{
background-color: #8B3EBA;
}
.BgClassName
{
background-color: #8B3EBA;
}
</style>
border-color css
<style>
span { border-color: #8B3EBA; }
span { border-color: rgb(139,62,186); }
td.TdClassName
{
border-color: #8B3EBA;
}
.TagClassName
{
border-color: #8B3EBA;
}
</style>