Shades of Dark Orchid #9048CE
Tints of Dark Orchid #9048CE
RGB
CMYK
RGB Variations
Color information
#9048CE (or 0x9048CE) is known color: Dark Orchid. HEX triplet: 90, 48 and CE. RGB value is (144,72,206). Sum of RGB (Red+Green+Blue) = 144+72+206=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #9048CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048CE is #6FB731. Grayscale: #6C6C6C. Windows color (decimal): -7321394 or 13518992. OLE color: 13518992.
HSL color Cylindrical-coordinate representation of color #9048CE: hue angle of 272.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9048CE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 72 | 206 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.19 |
| HSL | 272.24º | 0.58% | 0.55% | - |
| HSV(B) | 272.24º | 0.65% | 0.81% | - |
| XYZ | 24.96 | 15.02 | 59.98 | - |
| YUV | 108.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 206 | 0.30 | 0.65 | 0 | 0.19 | 272.24 | 0.58 | 0.55 |
| Hex | 90 | 48 | CE | 1E | 41 | 0 | 13 | 110 | 3A | 37 |
| Octal | 220 | 110 | 316 | 36 | 101 | 0 | 23 | 420 | 72 | 67 |
| Binary | 10010000 | 1001000 | 11001110 | 11110 | 1000001 | 0 | 10011 | 100010000 | 111010 | 110111 |
Color Harmonies of #9048CE
Complementary color
Monochromatic Colors of #9048CE
Black with #9048CE
Text Example
Text Example
White with #9048CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9048CE; }
p { color: rgb(144,72,206); }
H1.HeaderClassName
{
color: #9048CE;
}
.AnyTagClassName
{
color: #9048CE;
}
</style>
background-color css
<style>
a { background-color: #9048CE; }
a { background-color: rgb(144,72,206); }
div.DivClassName
{
background-color: #9048CE;
}
.BgClassName
{
background-color: #9048CE;
}
</style>
border-color css
<style>
span { border-color: #9048CE; }
span { border-color: rgb(144,72,206); }
td.TdClassName
{
border-color: #9048CE;
}
.TagClassName
{
border-color: #9048CE;
}
</style>