Shades of Dark Orchid #8920CD
Tints of Dark Orchid #8920CD
RGB
CMYK
RGB Variations
Color information
#8920CD (or 0x8920CD) is known color: Dark Orchid. HEX triplet: 89, 20 and CD. RGB value is (137,32,205). Sum of RGB (Red+Green+Blue) = 137+32+205=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #8920CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920CD is #76DF32. Grayscale: #525252. Windows color (decimal): -7790387 or 13443209. OLE color: 13443209.
HSL color Cylindrical-coordinate representation of color #8920CD: hue angle of 276.42º 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 #8920CD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 32 | 205 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.20 |
| HSL | 276.42º | 0.73% | 0.46% | - |
| HSV(B) | 276.42º | 0.84% | 0.8% | - |
| XYZ | 21.85 | 10.76 | 58.68 | - |
| YUV | 83.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 205 | 0.33 | 0.84 | 0 | 0.20 | 276.42 | 0.73 | 0.46 |
| Hex | 89 | 20 | CD | 21 | 54 | 0 | 14 | 114 | 49 | 2E |
| Octal | 211 | 40 | 315 | 41 | 124 | 0 | 24 | 424 | 111 | 56 |
| Binary | 10001001 | 100000 | 11001101 | 100001 | 1010100 | 0 | 10100 | 100010100 | 1001001 | 101110 |
Color Harmonies of #8920CD
Complementary color
Monochromatic Colors of #8920CD
Black with #8920CD
Text Example
Text Example
White with #8920CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8920CD; }
p { color: rgb(137,32,205); }
H1.HeaderClassName
{
color: #8920CD;
}
.AnyTagClassName
{
color: #8920CD;
}
</style>
background-color css
<style>
a { background-color: #8920CD; }
a { background-color: rgb(137,32,205); }
div.DivClassName
{
background-color: #8920CD;
}
.BgClassName
{
background-color: #8920CD;
}
</style>
border-color css
<style>
span { border-color: #8920CD; }
span { border-color: rgb(137,32,205); }
td.TdClassName
{
border-color: #8920CD;
}
.TagClassName
{
border-color: #8920CD;
}
</style>