Shades of Dark Orchid #8922BB
Tints of Dark Orchid #8922BB
RGB
CMYK
RGB Variations
Color information
#8922BB (or 0x8922BB) is known color: Dark Orchid. HEX triplet: 89, 22 and BB. RGB value is (137,34,187). Sum of RGB (Red+Green+Blue) = 137+34+187=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #8922BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8922BB is #76DD44. Grayscale: #515151. Windows color (decimal): -7789893 or 12264073. OLE color: 12264073.
HSL color Cylindrical-coordinate representation of color #8922BB: hue angle of 280.39º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8922BB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 34 | 187 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.27 |
| HSL | 280.39º | 0.69% | 0.43% | - |
| HSV(B) | 280.39º | 0.82% | 0.73% | - |
| XYZ | 19.86 | 10.05 | 47.91 | - |
| YUV | 82.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 187 | 0.27 | 0.82 | 0 | 0.27 | 280.39 | 0.69 | 0.43 |
| Hex | 89 | 22 | BB | 1B | 52 | 0 | 1B | 118 | 45 | 2B |
| Octal | 211 | 42 | 273 | 33 | 122 | 0 | 33 | 430 | 105 | 53 |
| Binary | 10001001 | 100010 | 10111011 | 11011 | 1010010 | 0 | 11011 | 100011000 | 1000101 | 101011 |
Color Harmonies of #8922BB
Complementary color
Monochromatic Colors of #8922BB
Black with #8922BB
Text Example
Text Example
White with #8922BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8922BB; }
p { color: rgb(137,34,187); }
H1.HeaderClassName
{
color: #8922BB;
}
.AnyTagClassName
{
color: #8922BB;
}
</style>
background-color css
<style>
a { background-color: #8922BB; }
a { background-color: rgb(137,34,187); }
div.DivClassName
{
background-color: #8922BB;
}
.BgClassName
{
background-color: #8922BB;
}
</style>
border-color css
<style>
span { border-color: #8922BB; }
span { border-color: rgb(137,34,187); }
td.TdClassName
{
border-color: #8922BB;
}
.TagClassName
{
border-color: #8922BB;
}
</style>