Shades of Dark Orchid #901FCD
Tints of Dark Orchid #901FCD
RGB
CMYK
RGB Variations
Color information
#901FCD (or 0x901FCD) is known color: Dark Orchid. HEX triplet: 90, 1F and CD. RGB value is (144,31,205). Sum of RGB (Red+Green+Blue) = 144+31+205=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #901FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FCD is #6FE032. Grayscale: #545454. Windows color (decimal): -7331891 or 13442960. OLE color: 13442960.
HSL color Cylindrical-coordinate representation of color #901FCD: hue angle of 278.97º 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 #901FCD is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 31 | 205 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.20 |
| HSL | 278.97º | 0.74% | 0.46% | - |
| HSV(B) | 278.97º | 0.85% | 0.8% | - |
| XYZ | 23.01 | 11.32 | 58.73 | - |
| YUV | 84.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 205 | 0.30 | 0.85 | 0 | 0.20 | 278.97 | 0.74 | 0.46 |
| Hex | 90 | 1F | CD | 1E | 55 | 0 | 14 | 117 | 4A | 2E |
| Octal | 220 | 37 | 315 | 36 | 125 | 0 | 24 | 427 | 112 | 56 |
| Binary | 10010000 | 11111 | 11001101 | 11110 | 1010101 | 0 | 10100 | 100010111 | 1001010 | 101110 |
Color Harmonies of #901FCD
Complementary color
Monochromatic Colors of #901FCD
Black with #901FCD
Text Example
Text Example
White with #901FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FCD; }
p { color: rgb(144,31,205); }
H1.HeaderClassName
{
color: #901FCD;
}
.AnyTagClassName
{
color: #901FCD;
}
</style>
background-color css
<style>
a { background-color: #901FCD; }
a { background-color: rgb(144,31,205); }
div.DivClassName
{
background-color: #901FCD;
}
.BgClassName
{
background-color: #901FCD;
}
</style>
border-color css
<style>
span { border-color: #901FCD; }
span { border-color: rgb(144,31,205); }
td.TdClassName
{
border-color: #901FCD;
}
.TagClassName
{
border-color: #901FCD;
}
</style>