Shades of Dark Orchid #902DB7
Tints of Dark Orchid #902DB7
RGB
CMYK
RGB Variations
Color information
#902DB7 (or 0x902DB7) is known color: Dark Orchid. HEX triplet: 90, 2D and B7. RGB value is (144,45,183). Sum of RGB (Red+Green+Blue) = 144+45+183=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #902DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DB7 is #6FD248. Grayscale: #595959. Windows color (decimal): -7328329 or 12004752. OLE color: 12004752.
HSL color Cylindrical-coordinate representation of color #902DB7: hue angle of 283.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902DB7 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 45 | 183 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.28 |
| HSL | 283.04º | 0.61% | 0.45% | - |
| HSV(B) | 283.04º | 0.75% | 0.72% | - |
| XYZ | 20.99 | 11.22 | 45.86 | - |
| YUV | 90.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 183 | 0.21 | 0.75 | 0 | 0.28 | 283.04 | 0.61 | 0.45 |
| Hex | 90 | 2D | B7 | 15 | 4B | 0 | 1C | 11B | 3D | 2D |
| Octal | 220 | 55 | 267 | 25 | 113 | 0 | 34 | 433 | 75 | 55 |
| Binary | 10010000 | 101101 | 10110111 | 10101 | 1001011 | 0 | 11100 | 100011011 | 111101 | 101101 |
Color Harmonies of #902DB7
Complementary color
Monochromatic Colors of #902DB7
Black with #902DB7
Text Example
Text Example
White with #902DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DB7; }
p { color: rgb(144,45,183); }
H1.HeaderClassName
{
color: #902DB7;
}
.AnyTagClassName
{
color: #902DB7;
}
</style>
background-color css
<style>
a { background-color: #902DB7; }
a { background-color: rgb(144,45,183); }
div.DivClassName
{
background-color: #902DB7;
}
.BgClassName
{
background-color: #902DB7;
}
</style>
border-color css
<style>
span { border-color: #902DB7; }
span { border-color: rgb(144,45,183); }
td.TdClassName
{
border-color: #902DB7;
}
.TagClassName
{
border-color: #902DB7;
}
</style>