Shades of Dark Orchid #9044C8
Tints of Dark Orchid #9044C8
RGB
CMYK
RGB Variations
Color information
#9044C8 (or 0x9044C8) is known color: Dark Orchid. HEX triplet: 90, 44 and C8. RGB value is (144,68,200). Sum of RGB (Red+Green+Blue) = 144+68+200=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #9044C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044C8 is #6FBB37. Grayscale: #696969. Windows color (decimal): -7322424 or 13124752. OLE color: 13124752.
HSL color Cylindrical-coordinate representation of color #9044C8: hue angle of 274.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9044C8 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 68 | 200 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.22 |
| HSL | 274.55º | 0.55% | 0.53% | - |
| HSV(B) | 274.55º | 0.66% | 0.78% | - |
| XYZ | 23.99 | 14.23 | 56.13 | - |
| YUV | 105.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 200 | 0.28 | 0.66 | 0 | 0.22 | 274.55 | 0.55 | 0.53 |
| Hex | 90 | 44 | C8 | 1C | 42 | 0 | 16 | 113 | 37 | 35 |
| Octal | 220 | 104 | 310 | 34 | 102 | 0 | 26 | 423 | 67 | 65 |
| Binary | 10010000 | 1000100 | 11001000 | 11100 | 1000010 | 0 | 10110 | 100010011 | 110111 | 110101 |
Color Harmonies of #9044C8
Complementary color
Monochromatic Colors of #9044C8
Black with #9044C8
Text Example
Text Example
White with #9044C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044C8; }
p { color: rgb(144,68,200); }
H1.HeaderClassName
{
color: #9044C8;
}
.AnyTagClassName
{
color: #9044C8;
}
</style>
background-color css
<style>
a { background-color: #9044C8; }
a { background-color: rgb(144,68,200); }
div.DivClassName
{
background-color: #9044C8;
}
.BgClassName
{
background-color: #9044C8;
}
</style>
border-color css
<style>
span { border-color: #9044C8; }
span { border-color: rgb(144,68,200); }
td.TdClassName
{
border-color: #9044C8;
}
.TagClassName
{
border-color: #9044C8;
}
</style>