Shades of Dark Orchid #901ECF
Tints of Dark Orchid #901ECF
RGB
CMYK
RGB Variations
Color information
#901ECF (or 0x901ECF) is known color: Dark Orchid. HEX triplet: 90, 1E and CF. RGB value is (144,30,207). Sum of RGB (Red+Green+Blue) = 144+30+207=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #901ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ECF is #6FE130. Grayscale: #535353. Windows color (decimal): -7332145 or 13573776. OLE color: 13573776.
HSL color Cylindrical-coordinate representation of color #901ECF: hue angle of 278.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901ECF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 30 | 207 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.19 |
| HSL | 278.64º | 0.75% | 0.46% | - |
| HSV(B) | 278.64º | 0.86% | 0.81% | - |
| XYZ | 23.23 | 11.36 | 60 | - |
| YUV | 84.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 207 | 0.30 | 0.86 | 0 | 0.19 | 278.64 | 0.75 | 0.46 |
| Hex | 90 | 1E | CF | 1E | 56 | 0 | 13 | 117 | 4B | 2E |
| Octal | 220 | 36 | 317 | 36 | 126 | 0 | 23 | 427 | 113 | 56 |
| Binary | 10010000 | 11110 | 11001111 | 11110 | 1010110 | 0 | 10011 | 100010111 | 1001011 | 101110 |
Color Harmonies of #901ECF
Complementary color
Monochromatic Colors of #901ECF
Black with #901ECF
Text Example
Text Example
White with #901ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ECF; }
p { color: rgb(144,30,207); }
H1.HeaderClassName
{
color: #901ECF;
}
.AnyTagClassName
{
color: #901ECF;
}
</style>
background-color css
<style>
a { background-color: #901ECF; }
a { background-color: rgb(144,30,207); }
div.DivClassName
{
background-color: #901ECF;
}
.BgClassName
{
background-color: #901ECF;
}
</style>
border-color css
<style>
span { border-color: #901ECF; }
span { border-color: rgb(144,30,207); }
td.TdClassName
{
border-color: #901ECF;
}
.TagClassName
{
border-color: #901ECF;
}
</style>