Shades of Dark Orchid #8920CB
Tints of Dark Orchid #8920CB
RGB
CMYK
RGB Variations
Color information
#8920CB (or 0x8920CB) is known color: Dark Orchid. HEX triplet: 89, 20 and CB. RGB value is (137,32,203). Sum of RGB (Red+Green+Blue) = 137+32+203=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #8920CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920CB is #76DF34. Grayscale: #525252. Windows color (decimal): -7790389 or 13312137. OLE color: 13312137.
HSL color Cylindrical-coordinate representation of color #8920CB: hue angle of 276.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8920CB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 32 | 203 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.20 |
| HSL | 276.84º | 0.73% | 0.46% | - |
| HSV(B) | 276.84º | 0.84% | 0.8% | - |
| XYZ | 21.61 | 10.66 | 57.42 | - |
| YUV | 82.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 203 | 0.33 | 0.84 | 0 | 0.20 | 276.84 | 0.73 | 0.46 |
| Hex | 89 | 20 | CB | 21 | 54 | 0 | 14 | 115 | 49 | 2E |
| Octal | 211 | 40 | 313 | 41 | 124 | 0 | 24 | 425 | 111 | 56 |
| Binary | 10001001 | 100000 | 11001011 | 100001 | 1010100 | 0 | 10100 | 100010101 | 1001001 | 101110 |
Color Harmonies of #8920CB
Complementary color
Monochromatic Colors of #8920CB
Black with #8920CB
Text Example
Text Example
White with #8920CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8920CB; }
p { color: rgb(137,32,203); }
H1.HeaderClassName
{
color: #8920CB;
}
.AnyTagClassName
{
color: #8920CB;
}
</style>
background-color css
<style>
a { background-color: #8920CB; }
a { background-color: rgb(137,32,203); }
div.DivClassName
{
background-color: #8920CB;
}
.BgClassName
{
background-color: #8920CB;
}
</style>
border-color css
<style>
span { border-color: #8920CB; }
span { border-color: rgb(137,32,203); }
td.TdClassName
{
border-color: #8920CB;
}
.TagClassName
{
border-color: #8920CB;
}
</style>