Shades of Dark Orchid #9049CF
Tints of Dark Orchid #9049CF
RGB
CMYK
RGB Variations
Color information
#9049CF (or 0x9049CF) is known color: Dark Orchid. HEX triplet: 90, 49 and CF. RGB value is (144,73,207). Sum of RGB (Red+Green+Blue) = 144+73+207=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9049CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049CF is #6FB630. Grayscale: #6D6D6D. Windows color (decimal): -7321137 or 13584784. OLE color: 13584784.
HSL color Cylindrical-coordinate representation of color #9049CF: hue angle of 271.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9049CF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 73 | 207 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.19 |
| HSL | 271.79º | 0.58% | 0.55% | - |
| HSV(B) | 271.79º | 0.65% | 0.81% | - |
| XYZ | 25.15 | 15.2 | 60.64 | - |
| YUV | 109.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 207 | 0.30 | 0.65 | 0 | 0.19 | 271.79 | 0.58 | 0.55 |
| Hex | 90 | 49 | CF | 1E | 41 | 0 | 13 | 110 | 3A | 37 |
| Octal | 220 | 111 | 317 | 36 | 101 | 0 | 23 | 420 | 72 | 67 |
| Binary | 10010000 | 1001001 | 11001111 | 11110 | 1000001 | 0 | 10011 | 100010000 | 111010 | 110111 |
Color Harmonies of #9049CF
Complementary color
Monochromatic Colors of #9049CF
Black with #9049CF
Text Example
Text Example
White with #9049CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9049CF; }
p { color: rgb(144,73,207); }
H1.HeaderClassName
{
color: #9049CF;
}
.AnyTagClassName
{
color: #9049CF;
}
</style>
background-color css
<style>
a { background-color: #9049CF; }
a { background-color: rgb(144,73,207); }
div.DivClassName
{
background-color: #9049CF;
}
.BgClassName
{
background-color: #9049CF;
}
</style>
border-color css
<style>
span { border-color: #9049CF; }
span { border-color: rgb(144,73,207); }
td.TdClassName
{
border-color: #9049CF;
}
.TagClassName
{
border-color: #9049CF;
}
</style>