Shades of Dark Orchid #8922BE
Tints of Dark Orchid #8922BE
RGB
CMYK
RGB Variations
Color information
#8922BE (or 0x8922BE) is known color: Dark Orchid. HEX triplet: 89, 22 and BE. RGB value is (137,34,190). Sum of RGB (Red+Green+Blue) = 137+34+190=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8922BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8922BE is #76DD41. Grayscale: #525252. Windows color (decimal): -7789890 or 12460681. OLE color: 12460681.
HSL color Cylindrical-coordinate representation of color #8922BE: hue angle of 279.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8922BE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 34 | 190 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.25 |
| HSL | 279.62º | 0.7% | 0.44% | - |
| HSV(B) | 279.62º | 0.82% | 0.75% | - |
| XYZ | 20.18 | 10.18 | 49.62 | - |
| YUV | 82.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 190 | 0.28 | 0.82 | 0 | 0.25 | 279.62 | 0.7 | 0.44 |
| Hex | 89 | 22 | BE | 1C | 52 | 0 | 19 | 118 | 46 | 2C |
| Octal | 211 | 42 | 276 | 34 | 122 | 0 | 31 | 430 | 106 | 54 |
| Binary | 10001001 | 100010 | 10111110 | 11100 | 1010010 | 0 | 11001 | 100011000 | 1000110 | 101100 |
Color Harmonies of #8922BE
Complementary color
Monochromatic Colors of #8922BE
Black with #8922BE
Text Example
Text Example
White with #8922BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8922BE; }
p { color: rgb(137,34,190); }
H1.HeaderClassName
{
color: #8922BE;
}
.AnyTagClassName
{
color: #8922BE;
}
</style>
background-color css
<style>
a { background-color: #8922BE; }
a { background-color: rgb(137,34,190); }
div.DivClassName
{
background-color: #8922BE;
}
.BgClassName
{
background-color: #8922BE;
}
</style>
border-color css
<style>
span { border-color: #8922BE; }
span { border-color: rgb(137,34,190); }
td.TdClassName
{
border-color: #8922BE;
}
.TagClassName
{
border-color: #8922BE;
}
</style>