Shades of Dark Orchid #901DB6
Tints of Dark Orchid #901DB6
RGB
CMYK
RGB Variations
Color information
#901DB6 (or 0x901DB6) is known color: Dark Orchid. HEX triplet: 90, 1D and B6. RGB value is (144,29,182). Sum of RGB (Red+Green+Blue) = 144+29+182=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #901DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DB6 is #6FE249. Grayscale: #505050. Windows color (decimal): -7332426 or 11935120. OLE color: 11935120.
HSL color Cylindrical-coordinate representation of color #901DB6: hue angle of 285.1º 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 #901DB6 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 29 | 182 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.29 |
| HSL | 285.1º | 0.73% | 0.41% | - |
| HSV(B) | 285.1º | 0.84% | 0.71% | - |
| XYZ | 20.38 | 10.19 | 45.15 | - |
| YUV | 80.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 182 | 0.21 | 0.84 | 0 | 0.29 | 285.1 | 0.73 | 0.41 |
| Hex | 90 | 1D | B6 | 15 | 54 | 0 | 1D | 11D | 49 | 29 |
| Octal | 220 | 35 | 266 | 25 | 124 | 0 | 35 | 435 | 111 | 51 |
| Binary | 10010000 | 11101 | 10110110 | 10101 | 1010100 | 0 | 11101 | 100011101 | 1001001 | 101001 |
Color Harmonies of #901DB6
Complementary color
Monochromatic Colors of #901DB6
Black with #901DB6
Text Example
Text Example
White with #901DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DB6; }
p { color: rgb(144,29,182); }
H1.HeaderClassName
{
color: #901DB6;
}
.AnyTagClassName
{
color: #901DB6;
}
</style>
background-color css
<style>
a { background-color: #901DB6; }
a { background-color: rgb(144,29,182); }
div.DivClassName
{
background-color: #901DB6;
}
.BgClassName
{
background-color: #901DB6;
}
</style>
border-color css
<style>
span { border-color: #901DB6; }
span { border-color: rgb(144,29,182); }
td.TdClassName
{
border-color: #901DB6;
}
.TagClassName
{
border-color: #901DB6;
}
</style>