Shades of Dark Orchid #9044CE
Tints of Dark Orchid #9044CE
RGB
CMYK
RGB Variations
Color information
#9044CE (or 0x9044CE) is known color: Dark Orchid. HEX triplet: 90, 44 and CE. RGB value is (144,68,206). Sum of RGB (Red+Green+Blue) = 144+68+206=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #9044CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044CE is #6FBB31. Grayscale: #696969. Windows color (decimal): -7322418 or 13517968. OLE color: 13517968.
HSL color Cylindrical-coordinate representation of color #9044CE: hue angle of 273.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9044CE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 68 | 206 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.19 |
| HSL | 273.04º | 0.58% | 0.54% | - |
| HSV(B) | 273.04º | 0.67% | 0.81% | - |
| XYZ | 24.71 | 14.52 | 59.89 | - |
| YUV | 106.46 | 184.18 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 206 | 0.30 | 0.67 | 0 | 0.19 | 273.04 | 0.58 | 0.54 |
| Hex | 90 | 44 | CE | 1E | 43 | 0 | 13 | 111 | 3A | 36 |
| Octal | 220 | 104 | 316 | 36 | 103 | 0 | 23 | 421 | 72 | 66 |
| Binary | 10010000 | 1000100 | 11001110 | 11110 | 1000011 | 0 | 10011 | 100010001 | 111010 | 110110 |
Color Harmonies of #9044CE
Complementary color
Monochromatic Colors of #9044CE
Black with #9044CE
Text Example
Text Example
White with #9044CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044CE; }
p { color: rgb(144,68,206); }
H1.HeaderClassName
{
color: #9044CE;
}
.AnyTagClassName
{
color: #9044CE;
}
</style>
background-color css
<style>
a { background-color: #9044CE; }
a { background-color: rgb(144,68,206); }
div.DivClassName
{
background-color: #9044CE;
}
.BgClassName
{
background-color: #9044CE;
}
</style>
border-color css
<style>
span { border-color: #9044CE; }
span { border-color: rgb(144,68,206); }
td.TdClassName
{
border-color: #9044CE;
}
.TagClassName
{
border-color: #9044CE;
}
</style>