Shades of Dark Orchid #8940CC
Tints of Dark Orchid #8940CC
RGB
CMYK
RGB Variations
Color information
#8940CC (or 0x8940CC) is known color: Dark Orchid. HEX triplet: 89, 40 and CC. RGB value is (137,64,204). Sum of RGB (Red+Green+Blue) = 137+64+204=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8940CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940CC is #76BF33. Grayscale: #656565. Windows color (decimal): -7782196 or 13385865. OLE color: 13385865.
HSL color Cylindrical-coordinate representation of color #8940CC: hue angle of 271.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8940CC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 64 | 204 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.2 |
| HSL | 271.29º | 0.58% | 0.53% | - |
| HSV(B) | 271.29º | 0.69% | 0.8% | - |
| XYZ | 23.05 | 13.34 | 58.49 | - |
| YUV | 101.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 204 | 0.33 | 0.69 | 0 | 0.2 | 271.29 | 0.58 | 0.53 |
| Hex | 89 | 40 | CC | 21 | 45 | 0 | 14 | 10F | 3A | 35 |
| Octal | 211 | 100 | 314 | 41 | 105 | 0 | 24 | 417 | 72 | 65 |
| Binary | 10001001 | 1000000 | 11001100 | 100001 | 1000101 | 0 | 10100 | 100001111 | 111010 | 110101 |
Color Harmonies of #8940CC
Complementary color
Monochromatic Colors of #8940CC
Black with #8940CC
Text Example
Text Example
White with #8940CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940CC; }
p { color: rgb(137,64,204); }
H1.HeaderClassName
{
color: #8940CC;
}
.AnyTagClassName
{
color: #8940CC;
}
</style>
background-color css
<style>
a { background-color: #8940CC; }
a { background-color: rgb(137,64,204); }
div.DivClassName
{
background-color: #8940CC;
}
.BgClassName
{
background-color: #8940CC;
}
</style>
border-color css
<style>
span { border-color: #8940CC; }
span { border-color: rgb(137,64,204); }
td.TdClassName
{
border-color: #8940CC;
}
.TagClassName
{
border-color: #8940CC;
}
</style>