Shades of Dark Orchid #9044D3
Tints of Dark Orchid #9044D3
RGB
CMYK
RGB Variations
Color information
#9044D3 (or 0x9044D3) is known color: Dark Orchid. HEX triplet: 90, 44 and D3. RGB value is (144,68,211). Sum of RGB (Red+Green+Blue) = 144+68+211=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #9044D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044D3 is #6FBB2C. Grayscale: #6A6A6A. Windows color (decimal): -7322413 or 13845648. OLE color: 13845648.
HSL color Cylindrical-coordinate representation of color #9044D3: hue angle of 271.89º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9044D3 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 68 | 211 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.17 |
| HSL | 271.89º | 0.62% | 0.55% | - |
| HSV(B) | 271.89º | 0.68% | 0.83% | - |
| XYZ | 25.33 | 14.77 | 63.14 | - |
| YUV | 107.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 211 | 0.32 | 0.68 | 0 | 0.17 | 271.89 | 0.62 | 0.55 |
| Hex | 90 | 44 | D3 | 20 | 44 | 0 | 11 | 110 | 3E | 37 |
| Octal | 220 | 104 | 323 | 40 | 104 | 0 | 21 | 420 | 76 | 67 |
| Binary | 10010000 | 1000100 | 11010011 | 100000 | 1000100 | 0 | 10001 | 100010000 | 111110 | 110111 |
Color Harmonies of #9044D3
Complementary color
Monochromatic Colors of #9044D3
Black with #9044D3
Text Example
Text Example
White with #9044D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044D3; }
p { color: rgb(144,68,211); }
H1.HeaderClassName
{
color: #9044D3;
}
.AnyTagClassName
{
color: #9044D3;
}
</style>
background-color css
<style>
a { background-color: #9044D3; }
a { background-color: rgb(144,68,211); }
div.DivClassName
{
background-color: #9044D3;
}
.BgClassName
{
background-color: #9044D3;
}
</style>
border-color css
<style>
span { border-color: #9044D3; }
span { border-color: rgb(144,68,211); }
td.TdClassName
{
border-color: #9044D3;
}
.TagClassName
{
border-color: #9044D3;
}
</style>