Shades of Dark Orchid #901FCC
Tints of Dark Orchid #901FCC
RGB
CMYK
RGB Variations
Color information
#901FCC (or 0x901FCC) is known color: Dark Orchid. HEX triplet: 90, 1F and CC. RGB value is (144,31,204). Sum of RGB (Red+Green+Blue) = 144+31+204=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #901FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FCC is #6FE033. Grayscale: #535353. Windows color (decimal): -7331892 or 13377424. OLE color: 13377424.
HSL color Cylindrical-coordinate representation of color #901FCC: hue angle of 279.19º 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 #901FCC is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 31 | 204 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.2 |
| HSL | 279.19º | 0.74% | 0.46% | - |
| HSV(B) | 279.19º | 0.85% | 0.8% | - |
| XYZ | 22.89 | 11.27 | 58.1 | - |
| YUV | 84.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 204 | 0.29 | 0.85 | 0 | 0.2 | 279.19 | 0.74 | 0.46 |
| Hex | 90 | 1F | CC | 1D | 55 | 0 | 14 | 117 | 4A | 2E |
| Octal | 220 | 37 | 314 | 35 | 125 | 0 | 24 | 427 | 112 | 56 |
| Binary | 10010000 | 11111 | 11001100 | 11101 | 1010101 | 0 | 10100 | 100010111 | 1001010 | 101110 |
Color Harmonies of #901FCC
Complementary color
Monochromatic Colors of #901FCC
Black with #901FCC
Text Example
Text Example
White with #901FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FCC; }
p { color: rgb(144,31,204); }
H1.HeaderClassName
{
color: #901FCC;
}
.AnyTagClassName
{
color: #901FCC;
}
</style>
background-color css
<style>
a { background-color: #901FCC; }
a { background-color: rgb(144,31,204); }
div.DivClassName
{
background-color: #901FCC;
}
.BgClassName
{
background-color: #901FCC;
}
</style>
border-color css
<style>
span { border-color: #901FCC; }
span { border-color: rgb(144,31,204); }
td.TdClassName
{
border-color: #901FCC;
}
.TagClassName
{
border-color: #901FCC;
}
</style>