Shades of Dark Orchid #902CAD
Tints of Dark Orchid #902CAD
RGB
CMYK
RGB Variations
Color information
#902CAD (or 0x902CAD) is known color: Dark Orchid. HEX triplet: 90, 2C and AD. RGB value is (144,44,173). Sum of RGB (Red+Green+Blue) = 144+44+173=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #902CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902CAD is #6FD352. Grayscale: #585858. Windows color (decimal): -7328595 or 11349136. OLE color: 11349136.
HSL color Cylindrical-coordinate representation of color #902CAD: hue angle of 286.51º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902CAD is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 44 | 173 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.32 |
| HSL | 286.51º | 0.59% | 0.43% | - |
| HSV(B) | 286.51º | 0.75% | 0.68% | - |
| XYZ | 19.95 | 10.75 | 40.56 | - |
| YUV | 88.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 173 | 0.17 | 0.75 | 0 | 0.32 | 286.51 | 0.59 | 0.43 |
| Hex | 90 | 2C | AD | 11 | 4B | 0 | 20 | 11F | 3B | 2B |
| Octal | 220 | 54 | 255 | 21 | 113 | 0 | 40 | 437 | 73 | 53 |
| Binary | 10010000 | 101100 | 10101101 | 10001 | 1001011 | 0 | 100000 | 100011111 | 111011 | 101011 |
Color Harmonies of #902CAD
Complementary color
Monochromatic Colors of #902CAD
Black with #902CAD
Text Example
Text Example
White with #902CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902CAD; }
p { color: rgb(144,44,173); }
H1.HeaderClassName
{
color: #902CAD;
}
.AnyTagClassName
{
color: #902CAD;
}
</style>
background-color css
<style>
a { background-color: #902CAD; }
a { background-color: rgb(144,44,173); }
div.DivClassName
{
background-color: #902CAD;
}
.BgClassName
{
background-color: #902CAD;
}
</style>
border-color css
<style>
span { border-color: #902CAD; }
span { border-color: rgb(144,44,173); }
td.TdClassName
{
border-color: #902CAD;
}
.TagClassName
{
border-color: #902CAD;
}
</style>