Shades of Dark Orchid #8B3AB9
Tints of Dark Orchid #8B3AB9
RGB
CMYK
RGB Variations
Color information
#8B3AB9 (or 0x8B3AB9) is known color: Dark Orchid. HEX triplet: 8B, 3A and B9. RGB value is (139,58,185). Sum of RGB (Red+Green+Blue) = 139+58+185=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B3AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3AB9 is #74C546. Grayscale: #606060. Windows color (decimal): -7652679 or 12139147. OLE color: 12139147.
HSL color Cylindrical-coordinate representation of color #8B3AB9: hue angle of 278.27º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B3AB9 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 58 | 185 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.27 |
| HSL | 278.27º | 0.52% | 0.48% | - |
| HSV(B) | 278.27º | 0.69% | 0.73% | - |
| XYZ | 20.92 | 12.02 | 47.12 | - |
| YUV | 96.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 185 | 0.25 | 0.69 | 0 | 0.27 | 278.27 | 0.52 | 0.48 |
| Hex | 8B | 3A | B9 | 19 | 45 | 0 | 1B | 116 | 34 | 30 |
| Octal | 213 | 72 | 271 | 31 | 105 | 0 | 33 | 426 | 64 | 60 |
| Binary | 10001011 | 111010 | 10111001 | 11001 | 1000101 | 0 | 11011 | 100010110 | 110100 | 110000 |
Color Harmonies of #8B3AB9
Complementary color
Monochromatic Colors of #8B3AB9
Black with #8B3AB9
Text Example
Text Example
White with #8B3AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3AB9; }
p { color: rgb(139,58,185); }
H1.HeaderClassName
{
color: #8B3AB9;
}
.AnyTagClassName
{
color: #8B3AB9;
}
</style>
background-color css
<style>
a { background-color: #8B3AB9; }
a { background-color: rgb(139,58,185); }
div.DivClassName
{
background-color: #8B3AB9;
}
.BgClassName
{
background-color: #8B3AB9;
}
</style>
border-color css
<style>
span { border-color: #8B3AB9; }
span { border-color: rgb(139,58,185); }
td.TdClassName
{
border-color: #8B3AB9;
}
.TagClassName
{
border-color: #8B3AB9;
}
</style>