Shades of Dark Orchid #9049D1
Tints of Dark Orchid #9049D1
RGB
CMYK
RGB Variations
Color information
#9049D1 (or 0x9049D1) is known color: Dark Orchid. HEX triplet: 90, 49 and D1. RGB value is (144,73,209). Sum of RGB (Red+Green+Blue) = 144+73+209=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #9049D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049D1 is #6FB62E. Grayscale: #6D6D6D. Windows color (decimal): -7321135 or 13715856. OLE color: 13715856.
HSL color Cylindrical-coordinate representation of color #9049D1: hue angle of 271.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9049D1 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 73 | 209 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.18 |
| HSL | 271.32º | 0.6% | 0.55% | - |
| HSV(B) | 271.32º | 0.65% | 0.82% | - |
| XYZ | 25.39 | 15.3 | 61.94 | - |
| YUV | 109.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 209 | 0.31 | 0.65 | 0 | 0.18 | 271.32 | 0.6 | 0.55 |
| Hex | 90 | 49 | D1 | 1F | 41 | 0 | 12 | 10F | 3C | 37 |
| Octal | 220 | 111 | 321 | 37 | 101 | 0 | 22 | 417 | 74 | 67 |
| Binary | 10010000 | 1001001 | 11010001 | 11111 | 1000001 | 0 | 10010 | 100001111 | 111100 | 110111 |
Color Harmonies of #9049D1
Complementary color
Monochromatic Colors of #9049D1
Black with #9049D1
Text Example
Text Example
White with #9049D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9049D1; }
p { color: rgb(144,73,209); }
H1.HeaderClassName
{
color: #9049D1;
}
.AnyTagClassName
{
color: #9049D1;
}
</style>
background-color css
<style>
a { background-color: #9049D1; }
a { background-color: rgb(144,73,209); }
div.DivClassName
{
background-color: #9049D1;
}
.BgClassName
{
background-color: #9049D1;
}
</style>
border-color css
<style>
span { border-color: #9049D1; }
span { border-color: rgb(144,73,209); }
td.TdClassName
{
border-color: #9049D1;
}
.TagClassName
{
border-color: #9049D1;
}
</style>