Shades of Dark Orchid #8924C7
Tints of Dark Orchid #8924C7
RGB
CMYK
RGB Variations
Color information
#8924C7 (or 0x8924C7) is known color: Dark Orchid. HEX triplet: 89, 24 and C7. RGB value is (137,36,199). Sum of RGB (Red+Green+Blue) = 137+36+199=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 199 (78.12% from 255 or 53.49% from 372); Max value from RGB is 199 - color contains mainly: blue. Hex color #8924C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8924C7 is #76DB38. Grayscale: #545454. Windows color (decimal): -7789369 or 13051017. OLE color: 13051017.
HSL color Cylindrical-coordinate representation of color #8924C7: hue angle of 277.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8924C7 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 36 | 199 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.22 |
| HSL | 277.18º | 0.69% | 0.46% | - |
| HSV(B) | 277.18º | 0.82% | 0.78% | - |
| XYZ | 21.26 | 10.7 | 54.98 | - |
| YUV | 84.78 | 192.46 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 199 | 0.31 | 0.82 | 0 | 0.22 | 277.18 | 0.69 | 0.46 |
| Hex | 89 | 24 | C7 | 1F | 52 | 0 | 16 | 115 | 45 | 2E |
| Octal | 211 | 44 | 307 | 37 | 122 | 0 | 26 | 425 | 105 | 56 |
| Binary | 10001001 | 100100 | 11000111 | 11111 | 1010010 | 0 | 10110 | 100010101 | 1000101 | 101110 |
Color Harmonies of #8924C7
Complementary color
Monochromatic Colors of #8924C7
Black with #8924C7
Text Example
Text Example
White with #8924C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8924C7; }
p { color: rgb(137,36,199); }
H1.HeaderClassName
{
color: #8924C7;
}
.AnyTagClassName
{
color: #8924C7;
}
</style>
background-color css
<style>
a { background-color: #8924C7; }
a { background-color: rgb(137,36,199); }
div.DivClassName
{
background-color: #8924C7;
}
.BgClassName
{
background-color: #8924C7;
}
</style>
border-color css
<style>
span { border-color: #8924C7; }
span { border-color: rgb(137,36,199); }
td.TdClassName
{
border-color: #8924C7;
}
.TagClassName
{
border-color: #8924C7;
}
</style>