Shades of Dark Orchid #8944C9
Tints of Dark Orchid #8944C9
RGB
CMYK
RGB Variations
Color information
#8944C9 (or 0x8944C9) is known color: Dark Orchid. HEX triplet: 89, 44 and C9. RGB value is (137,68,201). Sum of RGB (Red+Green+Blue) = 137+68+201=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #8944C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944C9 is #76BB36. Grayscale: #676767. Windows color (decimal): -7781175 or 13190281. OLE color: 13190281.
HSL color Cylindrical-coordinate representation of color #8944C9: hue angle of 271.13º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8944C9 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 68 | 201 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.21 |
| HSL | 271.13º | 0.55% | 0.53% | - |
| HSV(B) | 271.13º | 0.66% | 0.79% | - |
| XYZ | 22.93 | 13.67 | 56.69 | - |
| YUV | 103.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 201 | 0.32 | 0.66 | 0 | 0.21 | 271.13 | 0.55 | 0.53 |
| Hex | 89 | 44 | C9 | 20 | 42 | 0 | 15 | 10F | 37 | 35 |
| Octal | 211 | 104 | 311 | 40 | 102 | 0 | 25 | 417 | 67 | 65 |
| Binary | 10001001 | 1000100 | 11001001 | 100000 | 1000010 | 0 | 10101 | 100001111 | 110111 | 110101 |
Color Harmonies of #8944C9
Complementary color
Monochromatic Colors of #8944C9
Black with #8944C9
Text Example
Text Example
White with #8944C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944C9; }
p { color: rgb(137,68,201); }
H1.HeaderClassName
{
color: #8944C9;
}
.AnyTagClassName
{
color: #8944C9;
}
</style>
background-color css
<style>
a { background-color: #8944C9; }
a { background-color: rgb(137,68,201); }
div.DivClassName
{
background-color: #8944C9;
}
.BgClassName
{
background-color: #8944C9;
}
</style>
border-color css
<style>
span { border-color: #8944C9; }
span { border-color: rgb(137,68,201); }
td.TdClassName
{
border-color: #8944C9;
}
.TagClassName
{
border-color: #8944C9;
}
</style>