Shades of Dark Orchid #901BBD
Tints of Dark Orchid #901BBD
RGB
CMYK
RGB Variations
Color information
#901BBD (or 0x901BBD) is known color: Dark Orchid. HEX triplet: 90, 1B and BD. RGB value is (144,27,189). Sum of RGB (Red+Green+Blue) = 144+27+189=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #901BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901BBD is #6FE442. Grayscale: #4F4F4F. Windows color (decimal): -7332931 or 12393360. OLE color: 12393360.
HSL color Cylindrical-coordinate representation of color #901BBD: hue angle of 283.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901BBD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 27 | 189 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.26 |
| HSL | 283.33º | 0.75% | 0.42% | - |
| HSV(B) | 283.33º | 0.86% | 0.74% | - |
| XYZ | 21.08 | 10.39 | 49.04 | - |
| YUV | 80.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 189 | 0.24 | 0.86 | 0 | 0.26 | 283.33 | 0.75 | 0.42 |
| Hex | 90 | 1B | BD | 18 | 56 | 0 | 1A | 11B | 4B | 2A |
| Octal | 220 | 33 | 275 | 30 | 126 | 0 | 32 | 433 | 113 | 52 |
| Binary | 10010000 | 11011 | 10111101 | 11000 | 1010110 | 0 | 11010 | 100011011 | 1001011 | 101010 |
Color Harmonies of #901BBD
Complementary color
Monochromatic Colors of #901BBD
Black with #901BBD
Text Example
Text Example
White with #901BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901BBD; }
p { color: rgb(144,27,189); }
H1.HeaderClassName
{
color: #901BBD;
}
.AnyTagClassName
{
color: #901BBD;
}
</style>
background-color css
<style>
a { background-color: #901BBD; }
a { background-color: rgb(144,27,189); }
div.DivClassName
{
background-color: #901BBD;
}
.BgClassName
{
background-color: #901BBD;
}
</style>
border-color css
<style>
span { border-color: #901BBD; }
span { border-color: rgb(144,27,189); }
td.TdClassName
{
border-color: #901BBD;
}
.TagClassName
{
border-color: #901BBD;
}
</style>