Shades of Dark Orchid #901FB1
Tints of Dark Orchid #901FB1
RGB
CMYK
RGB Variations
Color information
#901FB1 (or 0x901FB1) is known color: Dark Orchid. HEX triplet: 90, 1F and B1. RGB value is (144,31,177). Sum of RGB (Red+Green+Blue) = 144+31+177=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #901FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901FB1 is #6FE04E. Grayscale: #505050. Windows color (decimal): -7331919 or 11607952. OLE color: 11607952.
HSL color Cylindrical-coordinate representation of color #901FB1: hue angle of 286.44º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901FB1 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 31 | 177 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.31 |
| HSL | 286.44º | 0.7% | 0.41% | - |
| HSV(B) | 286.44º | 0.82% | 0.69% | - |
| XYZ | 19.93 | 10.08 | 42.49 | - |
| YUV | 81.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 177 | 0.19 | 0.82 | 0 | 0.31 | 286.44 | 0.7 | 0.41 |
| Hex | 90 | 1F | B1 | 13 | 52 | 0 | 1F | 11E | 46 | 29 |
| Octal | 220 | 37 | 261 | 23 | 122 | 0 | 37 | 436 | 106 | 51 |
| Binary | 10010000 | 11111 | 10110001 | 10011 | 1010010 | 0 | 11111 | 100011110 | 1000110 | 101001 |
Color Harmonies of #901FB1
Complementary color
Monochromatic Colors of #901FB1
Black with #901FB1
Text Example
Text Example
White with #901FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FB1; }
p { color: rgb(144,31,177); }
H1.HeaderClassName
{
color: #901FB1;
}
.AnyTagClassName
{
color: #901FB1;
}
</style>
background-color css
<style>
a { background-color: #901FB1; }
a { background-color: rgb(144,31,177); }
div.DivClassName
{
background-color: #901FB1;
}
.BgClassName
{
background-color: #901FB1;
}
</style>
border-color css
<style>
span { border-color: #901FB1; }
span { border-color: rgb(144,31,177); }
td.TdClassName
{
border-color: #901FB1;
}
.TagClassName
{
border-color: #901FB1;
}
</style>