Shades of Dark Orchid #8B3ABC
Tints of Dark Orchid #8B3ABC
RGB
CMYK
RGB Variations
Color information
#8B3ABC (or 0x8B3ABC) is known color: Dark Orchid. HEX triplet: 8B, 3A and BC. RGB value is (139,58,188). Sum of RGB (Red+Green+Blue) = 139+58+188=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ABC is #74C543. Grayscale: #606060. Windows color (decimal): -7652676 or 12335755. OLE color: 12335755.
HSL color Cylindrical-coordinate representation of color #8B3ABC: hue angle of 277.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B3ABC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 58 | 188 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.26 |
| HSL | 277.38º | 0.53% | 0.48% | - |
| HSV(B) | 277.38º | 0.69% | 0.74% | - |
| XYZ | 21.24 | 12.15 | 48.8 | - |
| YUV | 97.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 188 | 0.26 | 0.69 | 0 | 0.26 | 277.38 | 0.53 | 0.48 |
| Hex | 8B | 3A | BC | 1A | 45 | 0 | 1A | 115 | 35 | 30 |
| Octal | 213 | 72 | 274 | 32 | 105 | 0 | 32 | 425 | 65 | 60 |
| Binary | 10001011 | 111010 | 10111100 | 11010 | 1000101 | 0 | 11010 | 100010101 | 110101 | 110000 |
Color Harmonies of #8B3ABC
Complementary color
Monochromatic Colors of #8B3ABC
Black with #8B3ABC
Text Example
Text Example
White with #8B3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3ABC; }
p { color: rgb(139,58,188); }
H1.HeaderClassName
{
color: #8B3ABC;
}
.AnyTagClassName
{
color: #8B3ABC;
}
</style>
background-color css
<style>
a { background-color: #8B3ABC; }
a { background-color: rgb(139,58,188); }
div.DivClassName
{
background-color: #8B3ABC;
}
.BgClassName
{
background-color: #8B3ABC;
}
</style>
border-color css
<style>
span { border-color: #8B3ABC; }
span { border-color: rgb(139,58,188); }
td.TdClassName
{
border-color: #8B3ABC;
}
.TagClassName
{
border-color: #8B3ABC;
}
</style>