Shades of Dark Orchid #8B1ABC
Tints of Dark Orchid #8B1ABC
RGB
CMYK
RGB Variations
Color information
#8B1ABC (or 0x8B1ABC) is known color: Dark Orchid. HEX triplet: 8B, 1A and BC. RGB value is (139,26,188). Sum of RGB (Red+Green+Blue) = 139+26+188=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1ABC is #74E543. Grayscale: #4D4D4D. Windows color (decimal): -7660868 or 12327563. OLE color: 12327563.
HSL color Cylindrical-coordinate representation of color #8B1ABC: hue angle of 281.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1ABC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 26 | 188 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.26 |
| HSL | 281.85º | 0.76% | 0.42% | - |
| HSV(B) | 281.85º | 0.86% | 0.74% | - |
| XYZ | 20.09 | 9.86 | 48.42 | - |
| YUV | 78.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 188 | 0.26 | 0.86 | 0 | 0.26 | 281.85 | 0.76 | 0.42 |
| Hex | 8B | 1A | BC | 1A | 56 | 0 | 1A | 11A | 4C | 2A |
| Octal | 213 | 32 | 274 | 32 | 126 | 0 | 32 | 432 | 114 | 52 |
| Binary | 10001011 | 11010 | 10111100 | 11010 | 1010110 | 0 | 11010 | 100011010 | 1001100 | 101010 |
Color Harmonies of #8B1ABC
Complementary color
Monochromatic Colors of #8B1ABC
Black with #8B1ABC
Text Example
Text Example
White with #8B1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1ABC; }
p { color: rgb(139,26,188); }
H1.HeaderClassName
{
color: #8B1ABC;
}
.AnyTagClassName
{
color: #8B1ABC;
}
</style>
background-color css
<style>
a { background-color: #8B1ABC; }
a { background-color: rgb(139,26,188); }
div.DivClassName
{
background-color: #8B1ABC;
}
.BgClassName
{
background-color: #8B1ABC;
}
</style>
border-color css
<style>
span { border-color: #8B1ABC; }
span { border-color: rgb(139,26,188); }
td.TdClassName
{
border-color: #8B1ABC;
}
.TagClassName
{
border-color: #8B1ABC;
}
</style>