Shades of Dark Orchid #9047CF
Tints of Dark Orchid #9047CF
RGB
CMYK
RGB Variations
Color information
#9047CF (or 0x9047CF) is known color: Dark Orchid. HEX triplet: 90, 47 and CF. RGB value is (144,71,207). Sum of RGB (Red+Green+Blue) = 144+71+207=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #9047CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047CF is #6FB830. Grayscale: #6B6B6B. Windows color (decimal): -7321649 or 13584272. OLE color: 13584272.
HSL color Cylindrical-coordinate representation of color #9047CF: hue angle of 272.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9047CF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 71 | 207 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.19 |
| HSL | 272.21º | 0.59% | 0.55% | - |
| HSV(B) | 272.21º | 0.66% | 0.81% | - |
| XYZ | 25.02 | 14.94 | 60.6 | - |
| YUV | 108.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 207 | 0.30 | 0.66 | 0 | 0.19 | 272.21 | 0.59 | 0.55 |
| Hex | 90 | 47 | CF | 1E | 42 | 0 | 13 | 110 | 3B | 37 |
| Octal | 220 | 107 | 317 | 36 | 102 | 0 | 23 | 420 | 73 | 67 |
| Binary | 10010000 | 1000111 | 11001111 | 11110 | 1000010 | 0 | 10011 | 100010000 | 111011 | 110111 |
Color Harmonies of #9047CF
Complementary color
Monochromatic Colors of #9047CF
Black with #9047CF
Text Example
Text Example
White with #9047CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9047CF; }
p { color: rgb(144,71,207); }
H1.HeaderClassName
{
color: #9047CF;
}
.AnyTagClassName
{
color: #9047CF;
}
</style>
background-color css
<style>
a { background-color: #9047CF; }
a { background-color: rgb(144,71,207); }
div.DivClassName
{
background-color: #9047CF;
}
.BgClassName
{
background-color: #9047CF;
}
</style>
border-color css
<style>
span { border-color: #9047CF; }
span { border-color: rgb(144,71,207); }
td.TdClassName
{
border-color: #9047CF;
}
.TagClassName
{
border-color: #9047CF;
}
</style>