Shades of Dark Orchid #901BC4
Tints of Dark Orchid #901BC4
RGB
CMYK
RGB Variations
Color information
#901BC4 (or 0x901BC4) is known color: Dark Orchid. HEX triplet: 90, 1B and C4. RGB value is (144,27,196). Sum of RGB (Red+Green+Blue) = 144+27+196=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #901BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901BC4 is #6FE43B. Grayscale: #505050. Windows color (decimal): -7332924 or 12852112. OLE color: 12852112.
HSL color Cylindrical-coordinate representation of color #901BC4: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901BC4 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 27 | 196 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.23 |
| HSL | 281.54º | 0.76% | 0.44% | - |
| HSV(B) | 281.54º | 0.86% | 0.77% | - |
| XYZ | 21.86 | 10.7 | 53.14 | - |
| YUV | 81.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 196 | 0.27 | 0.86 | 0 | 0.23 | 281.54 | 0.76 | 0.44 |
| Hex | 90 | 1B | C4 | 1B | 56 | 0 | 17 | 11A | 4C | 2C |
| Octal | 220 | 33 | 304 | 33 | 126 | 0 | 27 | 432 | 114 | 54 |
| Binary | 10010000 | 11011 | 11000100 | 11011 | 1010110 | 0 | 10111 | 100011010 | 1001100 | 101100 |
Color Harmonies of #901BC4
Complementary color
Monochromatic Colors of #901BC4
Black with #901BC4
Text Example
Text Example
White with #901BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901BC4; }
p { color: rgb(144,27,196); }
H1.HeaderClassName
{
color: #901BC4;
}
.AnyTagClassName
{
color: #901BC4;
}
</style>
background-color css
<style>
a { background-color: #901BC4; }
a { background-color: rgb(144,27,196); }
div.DivClassName
{
background-color: #901BC4;
}
.BgClassName
{
background-color: #901BC4;
}
</style>
border-color css
<style>
span { border-color: #901BC4; }
span { border-color: rgb(144,27,196); }
td.TdClassName
{
border-color: #901BC4;
}
.TagClassName
{
border-color: #901BC4;
}
</style>