Shades of Dark Orchid #901ECC
Tints of Dark Orchid #901ECC
RGB
CMYK
RGB Variations
Color information
#901ECC (or 0x901ECC) is known color: Dark Orchid. HEX triplet: 90, 1E and CC. RGB value is (144,30,204). Sum of RGB (Red+Green+Blue) = 144+30+204=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #901ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ECC is #6FE133. Grayscale: #535353. Windows color (decimal): -7332148 or 13377168. OLE color: 13377168.
HSL color Cylindrical-coordinate representation of color #901ECC: hue angle of 279.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901ECC is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 30 | 204 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.2 |
| HSL | 279.31º | 0.74% | 0.46% | - |
| HSV(B) | 279.31º | 0.85% | 0.8% | - |
| XYZ | 22.86 | 11.22 | 58.09 | - |
| YUV | 83.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 204 | 0.29 | 0.85 | 0 | 0.2 | 279.31 | 0.74 | 0.46 |
| Hex | 90 | 1E | CC | 1D | 55 | 0 | 14 | 117 | 4A | 2E |
| Octal | 220 | 36 | 314 | 35 | 125 | 0 | 24 | 427 | 112 | 56 |
| Binary | 10010000 | 11110 | 11001100 | 11101 | 1010101 | 0 | 10100 | 100010111 | 1001010 | 101110 |
Color Harmonies of #901ECC
Complementary color
Monochromatic Colors of #901ECC
Black with #901ECC
Text Example
Text Example
White with #901ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ECC; }
p { color: rgb(144,30,204); }
H1.HeaderClassName
{
color: #901ECC;
}
.AnyTagClassName
{
color: #901ECC;
}
</style>
background-color css
<style>
a { background-color: #901ECC; }
a { background-color: rgb(144,30,204); }
div.DivClassName
{
background-color: #901ECC;
}
.BgClassName
{
background-color: #901ECC;
}
</style>
border-color css
<style>
span { border-color: #901ECC; }
span { border-color: rgb(144,30,204); }
td.TdClassName
{
border-color: #901ECC;
}
.TagClassName
{
border-color: #901ECC;
}
</style>