Shades of Dark Orchid #8B18BB
Tints of Dark Orchid #8B18BB
RGB
CMYK
RGB Variations
Color information
#8B18BB (or 0x8B18BB) is known color: Dark Orchid. HEX triplet: 8B, 18 and BB. RGB value is (139,24,187). Sum of RGB (Red+Green+Blue) = 139+24+187=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B18BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18BB is #74E744. Grayscale: #4C4C4C. Windows color (decimal): -7661381 or 12261515. OLE color: 12261515.
HSL color Cylindrical-coordinate representation of color #8B18BB: hue angle of 282.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B18BB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 24 | 187 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.27 |
| HSL | 282.33º | 0.77% | 0.41% | - |
| HSV(B) | 282.33º | 0.87% | 0.73% | - |
| XYZ | 19.94 | 9.73 | 47.84 | - |
| YUV | 76.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 187 | 0.26 | 0.87 | 0 | 0.27 | 282.33 | 0.77 | 0.41 |
| Hex | 8B | 18 | BB | 1A | 57 | 0 | 1B | 11A | 4D | 29 |
| Octal | 213 | 30 | 273 | 32 | 127 | 0 | 33 | 432 | 115 | 51 |
| Binary | 10001011 | 11000 | 10111011 | 11010 | 1010111 | 0 | 11011 | 100011010 | 1001101 | 101001 |
Color Harmonies of #8B18BB
Complementary color
Monochromatic Colors of #8B18BB
Black with #8B18BB
Text Example
Text Example
White with #8B18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B18BB; }
p { color: rgb(139,24,187); }
H1.HeaderClassName
{
color: #8B18BB;
}
.AnyTagClassName
{
color: #8B18BB;
}
</style>
background-color css
<style>
a { background-color: #8B18BB; }
a { background-color: rgb(139,24,187); }
div.DivClassName
{
background-color: #8B18BB;
}
.BgClassName
{
background-color: #8B18BB;
}
</style>
border-color css
<style>
span { border-color: #8B18BB; }
span { border-color: rgb(139,24,187); }
td.TdClassName
{
border-color: #8B18BB;
}
.TagClassName
{
border-color: #8B18BB;
}
</style>