Shades of Dark Orchid #9047CE
Tints of Dark Orchid #9047CE
RGB
CMYK
RGB Variations
Color information
#9047CE (or 0x9047CE) is known color: Dark Orchid. HEX triplet: 90, 47 and CE. RGB value is (144,71,206). Sum of RGB (Red+Green+Blue) = 144+71+206=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #9047CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047CE is #6FB831. Grayscale: #6B6B6B. Windows color (decimal): -7321650 or 13518736. OLE color: 13518736.
HSL color Cylindrical-coordinate representation of color #9047CE: hue angle of 272.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9047CE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 71 | 206 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.19 |
| HSL | 272.44º | 0.58% | 0.54% | - |
| HSV(B) | 272.44º | 0.66% | 0.81% | - |
| XYZ | 24.9 | 14.89 | 59.95 | - |
| YUV | 108.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 206 | 0.30 | 0.66 | 0 | 0.19 | 272.44 | 0.58 | 0.54 |
| Hex | 90 | 47 | CE | 1E | 42 | 0 | 13 | 110 | 3A | 36 |
| Octal | 220 | 107 | 316 | 36 | 102 | 0 | 23 | 420 | 72 | 66 |
| Binary | 10010000 | 1000111 | 11001110 | 11110 | 1000010 | 0 | 10011 | 100010000 | 111010 | 110110 |
Color Harmonies of #9047CE
Complementary color
Monochromatic Colors of #9047CE
Black with #9047CE
Text Example
Text Example
White with #9047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9047CE; }
p { color: rgb(144,71,206); }
H1.HeaderClassName
{
color: #9047CE;
}
.AnyTagClassName
{
color: #9047CE;
}
</style>
background-color css
<style>
a { background-color: #9047CE; }
a { background-color: rgb(144,71,206); }
div.DivClassName
{
background-color: #9047CE;
}
.BgClassName
{
background-color: #9047CE;
}
</style>
border-color css
<style>
span { border-color: #9047CE; }
span { border-color: rgb(144,71,206); }
td.TdClassName
{
border-color: #9047CE;
}
.TagClassName
{
border-color: #9047CE;
}
</style>