Shades of Dark Orchid #901CB4
Tints of Dark Orchid #901CB4
RGB
CMYK
RGB Variations
Color information
#901CB4 (or 0x901CB4) is known color: Dark Orchid. HEX triplet: 90, 1C and B4. RGB value is (144,28,180). Sum of RGB (Red+Green+Blue) = 144+28+180=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #901CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CB4 is #6FE34B. Grayscale: #4F4F4F. Windows color (decimal): -7332684 or 11803792. OLE color: 11803792.
HSL color Cylindrical-coordinate representation of color #901CB4: hue angle of 285.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901CB4 is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 28 | 180 | - |
| CMYK | 0.2 | 0.84 | 0 | 0.29 |
| HSL | 285.79º | 0.73% | 0.41% | - |
| HSV(B) | 285.79º | 0.84% | 0.71% | - |
| XYZ | 20.16 | 10.06 | 44.06 | - |
| YUV | 80.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 180 | 0.2 | 0.84 | 0 | 0.29 | 285.79 | 0.73 | 0.41 |
| Hex | 90 | 1C | B4 | 14 | 54 | 0 | 1D | 11E | 49 | 29 |
| Octal | 220 | 34 | 264 | 24 | 124 | 0 | 35 | 436 | 111 | 51 |
| Binary | 10010000 | 11100 | 10110100 | 10100 | 1010100 | 0 | 11101 | 100011110 | 1001001 | 101001 |
Color Harmonies of #901CB4
Complementary color
Monochromatic Colors of #901CB4
Black with #901CB4
Text Example
Text Example
White with #901CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901CB4; }
p { color: rgb(144,28,180); }
H1.HeaderClassName
{
color: #901CB4;
}
.AnyTagClassName
{
color: #901CB4;
}
</style>
background-color css
<style>
a { background-color: #901CB4; }
a { background-color: rgb(144,28,180); }
div.DivClassName
{
background-color: #901CB4;
}
.BgClassName
{
background-color: #901CB4;
}
</style>
border-color css
<style>
span { border-color: #901CB4; }
span { border-color: rgb(144,28,180); }
td.TdClassName
{
border-color: #901CB4;
}
.TagClassName
{
border-color: #901CB4;
}
</style>