Shades of Dark Orchid #8922BC
Tints of Dark Orchid #8922BC
RGB
CMYK
RGB Variations
Color information
#8922BC (or 0x8922BC) is known color: Dark Orchid. HEX triplet: 89, 22 and BC. RGB value is (137,34,188). Sum of RGB (Red+Green+Blue) = 137+34+188=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #8922BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8922BC is #76DD43. Grayscale: #515151. Windows color (decimal): -7789892 or 12329609. OLE color: 12329609.
HSL color Cylindrical-coordinate representation of color #8922BC: hue angle of 280.13º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8922BC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 34 | 188 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.26 |
| HSL | 280.13º | 0.69% | 0.44% | - |
| HSV(B) | 280.13º | 0.82% | 0.74% | - |
| XYZ | 19.97 | 10.09 | 48.47 | - |
| YUV | 82.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 188 | 0.27 | 0.82 | 0 | 0.26 | 280.13 | 0.69 | 0.44 |
| Hex | 89 | 22 | BC | 1B | 52 | 0 | 1A | 118 | 45 | 2C |
| Octal | 211 | 42 | 274 | 33 | 122 | 0 | 32 | 430 | 105 | 54 |
| Binary | 10001001 | 100010 | 10111100 | 11011 | 1010010 | 0 | 11010 | 100011000 | 1000101 | 101100 |
Color Harmonies of #8922BC
Complementary color
Monochromatic Colors of #8922BC
Black with #8922BC
Text Example
Text Example
White with #8922BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8922BC; }
p { color: rgb(137,34,188); }
H1.HeaderClassName
{
color: #8922BC;
}
.AnyTagClassName
{
color: #8922BC;
}
</style>
background-color css
<style>
a { background-color: #8922BC; }
a { background-color: rgb(137,34,188); }
div.DivClassName
{
background-color: #8922BC;
}
.BgClassName
{
background-color: #8922BC;
}
</style>
border-color css
<style>
span { border-color: #8922BC; }
span { border-color: rgb(137,34,188); }
td.TdClassName
{
border-color: #8922BC;
}
.TagClassName
{
border-color: #8922BC;
}
</style>