Shades of Dark Orchid #8834BB
Tints of Dark Orchid #8834BB
RGB
CMYK
RGB Variations
Color information
#8834BB (or 0x8834BB) is known color: Dark Orchid. HEX triplet: 88, 34 and BB. RGB value is (136,52,187). Sum of RGB (Red+Green+Blue) = 136+52+187=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #8834BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834BB is #77CB44. Grayscale: #5C5C5C. Windows color (decimal): -7850821 or 12268680. OLE color: 12268680.
HSL color Cylindrical-coordinate representation of color #8834BB: hue angle of 277.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8834BB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 52 | 187 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.27 |
| HSL | 277.33º | 0.56% | 0.47% | - |
| HSV(B) | 277.33º | 0.72% | 0.73% | - |
| XYZ | 20.35 | 11.28 | 48.12 | - |
| YUV | 92.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 187 | 0.27 | 0.72 | 0 | 0.27 | 277.33 | 0.56 | 0.47 |
| Hex | 88 | 34 | BB | 1B | 48 | 0 | 1B | 115 | 38 | 2F |
| Octal | 210 | 64 | 273 | 33 | 110 | 0 | 33 | 425 | 70 | 57 |
| Binary | 10001000 | 110100 | 10111011 | 11011 | 1001000 | 0 | 11011 | 100010101 | 111000 | 101111 |
Color Harmonies of #8834BB
Complementary color
Monochromatic Colors of #8834BB
Black with #8834BB
Text Example
Text Example
White with #8834BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8834BB; }
p { color: rgb(136,52,187); }
H1.HeaderClassName
{
color: #8834BB;
}
.AnyTagClassName
{
color: #8834BB;
}
</style>
background-color css
<style>
a { background-color: #8834BB; }
a { background-color: rgb(136,52,187); }
div.DivClassName
{
background-color: #8834BB;
}
.BgClassName
{
background-color: #8834BB;
}
</style>
border-color css
<style>
span { border-color: #8834BB; }
span { border-color: rgb(136,52,187); }
td.TdClassName
{
border-color: #8834BB;
}
.TagClassName
{
border-color: #8834BB;
}
</style>