Shades of Dark Orchid #8819BB
Tints of Dark Orchid #8819BB
RGB
CMYK
RGB Variations
Color information
#8819BB (or 0x8819BB) is known color: Dark Orchid. HEX triplet: 88, 19 and BB. RGB value is (136,25,187). Sum of RGB (Red+Green+Blue) = 136+25+187=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #8819BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819BB is #77E644. Grayscale: #4C4C4C. Windows color (decimal): -7857733 or 12261768. OLE color: 12261768.
HSL color Cylindrical-coordinate representation of color #8819BB: hue angle of 281.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8819BB is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 25 | 187 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.27 |
| HSL | 281.11º | 0.76% | 0.42% | - |
| HSV(B) | 281.11º | 0.87% | 0.73% | - |
| XYZ | 19.47 | 9.52 | 47.82 | - |
| YUV | 76.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 187 | 0.27 | 0.87 | 0 | 0.27 | 281.11 | 0.76 | 0.42 |
| Hex | 88 | 19 | BB | 1B | 57 | 0 | 1B | 119 | 4C | 2A |
| Octal | 210 | 31 | 273 | 33 | 127 | 0 | 33 | 431 | 114 | 52 |
| Binary | 10001000 | 11001 | 10111011 | 11011 | 1010111 | 0 | 11011 | 100011001 | 1001100 | 101010 |
Color Harmonies of #8819BB
Complementary color
Monochromatic Colors of #8819BB
Black with #8819BB
Text Example
Text Example
White with #8819BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8819BB; }
p { color: rgb(136,25,187); }
H1.HeaderClassName
{
color: #8819BB;
}
.AnyTagClassName
{
color: #8819BB;
}
</style>
background-color css
<style>
a { background-color: #8819BB; }
a { background-color: rgb(136,25,187); }
div.DivClassName
{
background-color: #8819BB;
}
.BgClassName
{
background-color: #8819BB;
}
</style>
border-color css
<style>
span { border-color: #8819BB; }
span { border-color: rgb(136,25,187); }
td.TdClassName
{
border-color: #8819BB;
}
.TagClassName
{
border-color: #8819BB;
}
</style>