Shades of Dark Orchid #902BAE
Tints of Dark Orchid #902BAE
RGB
CMYK
RGB Variations
Color information
#902BAE (or 0x902BAE) is known color: Dark Orchid. HEX triplet: 90, 2B and AE. RGB value is (144,43,174). Sum of RGB (Red+Green+Blue) = 144+43+174=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #902BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902BAE is #6FD451. Grayscale: #575757. Windows color (decimal): -7328850 or 11414416. OLE color: 11414416.
HSL color Cylindrical-coordinate representation of color #902BAE: hue angle of 286.26º degrees, saturation: 0.6, 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 #902BAE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 43 | 174 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.32 |
| HSL | 286.26º | 0.6% | 0.43% | - |
| HSV(B) | 286.26º | 0.75% | 0.68% | - |
| XYZ | 20.01 | 10.71 | 41.06 | - |
| YUV | 88.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 174 | 0.17 | 0.75 | 0 | 0.32 | 286.26 | 0.6 | 0.43 |
| Hex | 90 | 2B | AE | 11 | 4B | 0 | 20 | 11E | 3C | 2B |
| Octal | 220 | 53 | 256 | 21 | 113 | 0 | 40 | 436 | 74 | 53 |
| Binary | 10010000 | 101011 | 10101110 | 10001 | 1001011 | 0 | 100000 | 100011110 | 111100 | 101011 |
Color Harmonies of #902BAE
Complementary color
Monochromatic Colors of #902BAE
Black with #902BAE
Text Example
Text Example
White with #902BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902BAE; }
p { color: rgb(144,43,174); }
H1.HeaderClassName
{
color: #902BAE;
}
.AnyTagClassName
{
color: #902BAE;
}
</style>
background-color css
<style>
a { background-color: #902BAE; }
a { background-color: rgb(144,43,174); }
div.DivClassName
{
background-color: #902BAE;
}
.BgClassName
{
background-color: #902BAE;
}
</style>
border-color css
<style>
span { border-color: #902BAE; }
span { border-color: rgb(144,43,174); }
td.TdClassName
{
border-color: #902BAE;
}
.TagClassName
{
border-color: #902BAE;
}
</style>