Shades of Dark Orchid #9027CE
Tints of Dark Orchid #9027CE
RGB
CMYK
RGB Variations
Color information
#9027CE (or 0x9027CE) is known color: Dark Orchid. HEX triplet: 90, 27 and CE. RGB value is (144,39,206). Sum of RGB (Red+Green+Blue) = 144+39+206=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9027CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9027CE is #6FD831. Grayscale: #585858. Windows color (decimal): -7329842 or 13510544. OLE color: 13510544.
HSL color Cylindrical-coordinate representation of color #9027CE: hue angle of 277.72º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9027CE is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 39 | 206 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.19 |
| HSL | 277.72º | 0.68% | 0.48% | - |
| HSV(B) | 277.72º | 0.81% | 0.81% | - |
| XYZ | 23.37 | 11.84 | 59.45 | - |
| YUV | 89.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 206 | 0.30 | 0.81 | 0 | 0.19 | 277.72 | 0.68 | 0.48 |
| Hex | 90 | 27 | CE | 1E | 51 | 0 | 13 | 116 | 44 | 30 |
| Octal | 220 | 47 | 316 | 36 | 121 | 0 | 23 | 426 | 104 | 60 |
| Binary | 10010000 | 100111 | 11001110 | 11110 | 1010001 | 0 | 10011 | 100010110 | 1000100 | 110000 |
Color Harmonies of #9027CE
Complementary color
Monochromatic Colors of #9027CE
Black with #9027CE
Text Example
Text Example
White with #9027CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027CE; }
p { color: rgb(144,39,206); }
H1.HeaderClassName
{
color: #9027CE;
}
.AnyTagClassName
{
color: #9027CE;
}
</style>
background-color css
<style>
a { background-color: #9027CE; }
a { background-color: rgb(144,39,206); }
div.DivClassName
{
background-color: #9027CE;
}
.BgClassName
{
background-color: #9027CE;
}
</style>
border-color css
<style>
span { border-color: #9027CE; }
span { border-color: rgb(144,39,206); }
td.TdClassName
{
border-color: #9027CE;
}
.TagClassName
{
border-color: #9027CE;
}
</style>