Shades of Dark Orchid #9044CC
Tints of Dark Orchid #9044CC
RGB
CMYK
RGB Variations
Color information
#9044CC (or 0x9044CC) is known color: Dark Orchid. HEX triplet: 90, 44 and CC. RGB value is (144,68,204). Sum of RGB (Red+Green+Blue) = 144+68+204=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9044CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044CC is #6FBB33. Grayscale: #696969. Windows color (decimal): -7322420 or 13386896. OLE color: 13386896.
HSL color Cylindrical-coordinate representation of color #9044CC: hue angle of 273.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9044CC is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 68 | 204 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.2 |
| HSL | 273.53º | 0.57% | 0.53% | - |
| HSV(B) | 273.53º | 0.67% | 0.8% | - |
| XYZ | 24.47 | 14.42 | 58.62 | - |
| YUV | 106.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 204 | 0.29 | 0.67 | 0 | 0.2 | 273.53 | 0.57 | 0.53 |
| Hex | 90 | 44 | CC | 1D | 43 | 0 | 14 | 112 | 39 | 35 |
| Octal | 220 | 104 | 314 | 35 | 103 | 0 | 24 | 422 | 71 | 65 |
| Binary | 10010000 | 1000100 | 11001100 | 11101 | 1000011 | 0 | 10100 | 100010010 | 111001 | 110101 |
Color Harmonies of #9044CC
Complementary color
Monochromatic Colors of #9044CC
Black with #9044CC
Text Example
Text Example
White with #9044CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044CC; }
p { color: rgb(144,68,204); }
H1.HeaderClassName
{
color: #9044CC;
}
.AnyTagClassName
{
color: #9044CC;
}
</style>
background-color css
<style>
a { background-color: #9044CC; }
a { background-color: rgb(144,68,204); }
div.DivClassName
{
background-color: #9044CC;
}
.BgClassName
{
background-color: #9044CC;
}
</style>
border-color css
<style>
span { border-color: #9044CC; }
span { border-color: rgb(144,68,204); }
td.TdClassName
{
border-color: #9044CC;
}
.TagClassName
{
border-color: #9044CC;
}
</style>