Shades of Dark Orchid #8920BF
Tints of Dark Orchid #8920BF
RGB
CMYK
RGB Variations
Color information
#8920BF (or 0x8920BF) is known color: Dark Orchid. HEX triplet: 89, 20 and BF. RGB value is (137,32,191). Sum of RGB (Red+Green+Blue) = 137+32+191=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #8920BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920BF is #76DF40. Grayscale: #505050. Windows color (decimal): -7790401 or 12525705. OLE color: 12525705.
HSL color Cylindrical-coordinate representation of color #8920BF: hue angle of 279.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8920BF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 32 | 191 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.25 |
| HSL | 279.62º | 0.71% | 0.44% | - |
| HSV(B) | 279.62º | 0.83% | 0.75% | - |
| XYZ | 20.24 | 10.11 | 50.18 | - |
| YUV | 81.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 191 | 0.28 | 0.83 | 0 | 0.25 | 279.62 | 0.71 | 0.44 |
| Hex | 89 | 20 | BF | 1C | 53 | 0 | 19 | 118 | 47 | 2C |
| Octal | 211 | 40 | 277 | 34 | 123 | 0 | 31 | 430 | 107 | 54 |
| Binary | 10001001 | 100000 | 10111111 | 11100 | 1010011 | 0 | 11001 | 100011000 | 1000111 | 101100 |
Color Harmonies of #8920BF
Complementary color
Monochromatic Colors of #8920BF
Black with #8920BF
Text Example
Text Example
White with #8920BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8920BF; }
p { color: rgb(137,32,191); }
H1.HeaderClassName
{
color: #8920BF;
}
.AnyTagClassName
{
color: #8920BF;
}
</style>
background-color css
<style>
a { background-color: #8920BF; }
a { background-color: rgb(137,32,191); }
div.DivClassName
{
background-color: #8920BF;
}
.BgClassName
{
background-color: #8920BF;
}
</style>
border-color css
<style>
span { border-color: #8920BF; }
span { border-color: rgb(137,32,191); }
td.TdClassName
{
border-color: #8920BF;
}
.TagClassName
{
border-color: #8920BF;
}
</style>