Shades of Dark Orchid #902CD5
Tints of Dark Orchid #902CD5
RGB
CMYK
RGB Variations
Color information
#902CD5 (or 0x902CD5) is known color: Dark Orchid. HEX triplet: 90, 2C and D5. RGB value is (144,44,213). Sum of RGB (Red+Green+Blue) = 144+44+213=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #902CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CD5 is #6FD32A. Grayscale: #5C5C5C. Windows color (decimal): -7328555 or 13970576. OLE color: 13970576.
HSL color Cylindrical-coordinate representation of color #902CD5: hue angle of 275.5º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902CD5 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 44 | 213 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.16 |
| HSL | 275.5º | 0.67% | 0.5% | - |
| HSV(B) | 275.5º | 0.79% | 0.84% | - |
| XYZ | 24.41 | 12.53 | 64.08 | - |
| YUV | 93.17 | 195.63 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 213 | 0.32 | 0.79 | 0 | 0.16 | 275.5 | 0.67 | 0.5 |
| Hex | 90 | 2C | D5 | 20 | 4F | 0 | 10 | 114 | 43 | 32 |
| Octal | 220 | 54 | 325 | 40 | 117 | 0 | 20 | 424 | 103 | 62 |
| Binary | 10010000 | 101100 | 11010101 | 100000 | 1001111 | 0 | 10000 | 100010100 | 1000011 | 110010 |
Color Harmonies of #902CD5
Complementary color
Monochromatic Colors of #902CD5
Black with #902CD5
Text Example
Text Example
White with #902CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902CD5; }
p { color: rgb(144,44,213); }
H1.HeaderClassName
{
color: #902CD5;
}
.AnyTagClassName
{
color: #902CD5;
}
</style>
background-color css
<style>
a { background-color: #902CD5; }
a { background-color: rgb(144,44,213); }
div.DivClassName
{
background-color: #902CD5;
}
.BgClassName
{
background-color: #902CD5;
}
</style>
border-color css
<style>
span { border-color: #902CD5; }
span { border-color: rgb(144,44,213); }
td.TdClassName
{
border-color: #902CD5;
}
.TagClassName
{
border-color: #902CD5;
}
</style>