Shades of Dark Orchid #902DB5
Tints of Dark Orchid #902DB5
RGB
CMYK
RGB Variations
Color information
#902DB5 (or 0x902DB5) is known color: Dark Orchid. HEX triplet: 90, 2D and B5. RGB value is (144,45,181). Sum of RGB (Red+Green+Blue) = 144+45+181=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #902DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DB5 is #6FD24A. Grayscale: #595959. Windows color (decimal): -7328331 or 11873680. OLE color: 11873680.
HSL color Cylindrical-coordinate representation of color #902DB5: hue angle of 283.68º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902DB5 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 45 | 181 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.29 |
| HSL | 283.68º | 0.6% | 0.44% | - |
| HSV(B) | 283.68º | 0.75% | 0.71% | - |
| XYZ | 20.78 | 11.14 | 44.77 | - |
| YUV | 90.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 181 | 0.20 | 0.75 | 0 | 0.29 | 283.68 | 0.6 | 0.44 |
| Hex | 90 | 2D | B5 | 14 | 4B | 0 | 1D | 11C | 3C | 2C |
| Octal | 220 | 55 | 265 | 24 | 113 | 0 | 35 | 434 | 74 | 54 |
| Binary | 10010000 | 101101 | 10110101 | 10100 | 1001011 | 0 | 11101 | 100011100 | 111100 | 101100 |
Color Harmonies of #902DB5
Complementary color
Monochromatic Colors of #902DB5
Black with #902DB5
Text Example
Text Example
White with #902DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DB5; }
p { color: rgb(144,45,181); }
H1.HeaderClassName
{
color: #902DB5;
}
.AnyTagClassName
{
color: #902DB5;
}
</style>
background-color css
<style>
a { background-color: #902DB5; }
a { background-color: rgb(144,45,181); }
div.DivClassName
{
background-color: #902DB5;
}
.BgClassName
{
background-color: #902DB5;
}
</style>
border-color css
<style>
span { border-color: #902DB5; }
span { border-color: rgb(144,45,181); }
td.TdClassName
{
border-color: #902DB5;
}
.TagClassName
{
border-color: #902DB5;
}
</style>