Shades of Dark Orchid #8929BC
Tints of Dark Orchid #8929BC
RGB
CMYK
RGB Variations
Color information
#8929BC (or 0x8929BC) is known color: Dark Orchid. HEX triplet: 89, 29 and BC. RGB value is (137,41,188). Sum of RGB (Red+Green+Blue) = 137+41+188=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #8929BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8929BC is #76D643. Grayscale: #555555. Windows color (decimal): -7788100 or 12331401. OLE color: 12331401.
HSL color Cylindrical-coordinate representation of color #8929BC: hue angle of 279.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8929BC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 41 | 188 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.26 |
| HSL | 279.18º | 0.64% | 0.45% | - |
| HSV(B) | 279.18º | 0.78% | 0.74% | - |
| XYZ | 20.19 | 10.54 | 48.55 | - |
| YUV | 86.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 188 | 0.27 | 0.78 | 0 | 0.26 | 279.18 | 0.64 | 0.45 |
| Hex | 89 | 29 | BC | 1B | 4E | 0 | 1A | 117 | 40 | 2D |
| Octal | 211 | 51 | 274 | 33 | 116 | 0 | 32 | 427 | 100 | 55 |
| Binary | 10001001 | 101001 | 10111100 | 11011 | 1001110 | 0 | 11010 | 100010111 | 1000000 | 101101 |
Color Harmonies of #8929BC
Complementary color
Monochromatic Colors of #8929BC
Black with #8929BC
Text Example
Text Example
White with #8929BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8929BC; }
p { color: rgb(137,41,188); }
H1.HeaderClassName
{
color: #8929BC;
}
.AnyTagClassName
{
color: #8929BC;
}
</style>
background-color css
<style>
a { background-color: #8929BC; }
a { background-color: rgb(137,41,188); }
div.DivClassName
{
background-color: #8929BC;
}
.BgClassName
{
background-color: #8929BC;
}
</style>
border-color css
<style>
span { border-color: #8929BC; }
span { border-color: rgb(137,41,188); }
td.TdClassName
{
border-color: #8929BC;
}
.TagClassName
{
border-color: #8929BC;
}
</style>