Shades of Dark Orchid #8840BD
Tints of Dark Orchid #8840BD
RGB
CMYK
RGB Variations
Color information
#8840BD (or 0x8840BD) is known color: Dark Orchid. HEX triplet: 88, 40 and BD. RGB value is (136,64,189). Sum of RGB (Red+Green+Blue) = 136+64+189=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #8840BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840BD is #77BF42. Grayscale: #636363. Windows color (decimal): -7847747 or 12402824. OLE color: 12402824.
HSL color Cylindrical-coordinate representation of color #8840BD: hue angle of 274.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8840BD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 64 | 189 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.26 |
| HSL | 274.56º | 0.49% | 0.5% | - |
| HSV(B) | 274.56º | 0.66% | 0.74% | - |
| XYZ | 21.17 | 12.58 | 49.46 | - |
| YUV | 99.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 189 | 0.28 | 0.66 | 0 | 0.26 | 274.56 | 0.49 | 0.5 |
| Hex | 88 | 40 | BD | 1C | 42 | 0 | 1A | 113 | 31 | 32 |
| Octal | 210 | 100 | 275 | 34 | 102 | 0 | 32 | 423 | 61 | 62 |
| Binary | 10001000 | 1000000 | 10111101 | 11100 | 1000010 | 0 | 11010 | 100010011 | 110001 | 110010 |
Color Harmonies of #8840BD
Complementary color
Monochromatic Colors of #8840BD
Black with #8840BD
Text Example
Text Example
White with #8840BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8840BD; }
p { color: rgb(136,64,189); }
H1.HeaderClassName
{
color: #8840BD;
}
.AnyTagClassName
{
color: #8840BD;
}
</style>
background-color css
<style>
a { background-color: #8840BD; }
a { background-color: rgb(136,64,189); }
div.DivClassName
{
background-color: #8840BD;
}
.BgClassName
{
background-color: #8840BD;
}
</style>
border-color css
<style>
span { border-color: #8840BD; }
span { border-color: rgb(136,64,189); }
td.TdClassName
{
border-color: #8840BD;
}
.TagClassName
{
border-color: #8840BD;
}
</style>