Shades of Dark Orchid #901DBA
Tints of Dark Orchid #901DBA
RGB
CMYK
RGB Variations
Color information
#901DBA (or 0x901DBA) is known color: Dark Orchid. HEX triplet: 90, 1D and BA. RGB value is (144,29,186). Sum of RGB (Red+Green+Blue) = 144+29+186=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #901DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DBA is #6FE245. Grayscale: #505050. Windows color (decimal): -7332422 or 12197264. OLE color: 12197264.
HSL color Cylindrical-coordinate representation of color #901DBA: hue angle of 283.95º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901DBA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 29 | 186 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.27 |
| HSL | 283.95º | 0.73% | 0.42% | - |
| HSV(B) | 283.95º | 0.84% | 0.73% | - |
| XYZ | 20.8 | 10.35 | 47.36 | - |
| YUV | 81.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 186 | 0.23 | 0.84 | 0 | 0.27 | 283.95 | 0.73 | 0.42 |
| Hex | 90 | 1D | BA | 17 | 54 | 0 | 1B | 11C | 49 | 2A |
| Octal | 220 | 35 | 272 | 27 | 124 | 0 | 33 | 434 | 111 | 52 |
| Binary | 10010000 | 11101 | 10111010 | 10111 | 1010100 | 0 | 11011 | 100011100 | 1001001 | 101010 |
Color Harmonies of #901DBA
Complementary color
Monochromatic Colors of #901DBA
Black with #901DBA
Text Example
Text Example
White with #901DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DBA; }
p { color: rgb(144,29,186); }
H1.HeaderClassName
{
color: #901DBA;
}
.AnyTagClassName
{
color: #901DBA;
}
</style>
background-color css
<style>
a { background-color: #901DBA; }
a { background-color: rgb(144,29,186); }
div.DivClassName
{
background-color: #901DBA;
}
.BgClassName
{
background-color: #901DBA;
}
</style>
border-color css
<style>
span { border-color: #901DBA; }
span { border-color: rgb(144,29,186); }
td.TdClassName
{
border-color: #901DBA;
}
.TagClassName
{
border-color: #901DBA;
}
</style>