Shades of Dark Orchid #902DAD
Tints of Dark Orchid #902DAD
RGB
CMYK
RGB Variations
Color information
#902DAD (or 0x902DAD) is known color: Dark Orchid. HEX triplet: 90, 2D and AD. RGB value is (144,45,173). Sum of RGB (Red+Green+Blue) = 144+45+173=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #902DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902DAD is #6FD252. Grayscale: #585858. Windows color (decimal): -7328339 or 11349392. OLE color: 11349392.
HSL color Cylindrical-coordinate representation of color #902DAD: hue angle of 286.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902DAD is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 45 | 173 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.32 |
| HSL | 286.41º | 0.59% | 0.43% | - |
| HSV(B) | 286.41º | 0.74% | 0.68% | - |
| XYZ | 19.98 | 10.82 | 40.57 | - |
| YUV | 89.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 173 | 0.17 | 0.74 | 0 | 0.32 | 286.41 | 0.59 | 0.43 |
| Hex | 90 | 2D | AD | 11 | 4A | 0 | 20 | 11E | 3B | 2B |
| Octal | 220 | 55 | 255 | 21 | 112 | 0 | 40 | 436 | 73 | 53 |
| Binary | 10010000 | 101101 | 10101101 | 10001 | 1001010 | 0 | 100000 | 100011110 | 111011 | 101011 |
Color Harmonies of #902DAD
Complementary color
Monochromatic Colors of #902DAD
Black with #902DAD
Text Example
Text Example
White with #902DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DAD; }
p { color: rgb(144,45,173); }
H1.HeaderClassName
{
color: #902DAD;
}
.AnyTagClassName
{
color: #902DAD;
}
</style>
background-color css
<style>
a { background-color: #902DAD; }
a { background-color: rgb(144,45,173); }
div.DivClassName
{
background-color: #902DAD;
}
.BgClassName
{
background-color: #902DAD;
}
</style>
border-color css
<style>
span { border-color: #902DAD; }
span { border-color: rgb(144,45,173); }
td.TdClassName
{
border-color: #902DAD;
}
.TagClassName
{
border-color: #902DAD;
}
</style>