Shades of Dark Orchid #902ECD
Tints of Dark Orchid #902ECD
RGB
CMYK
RGB Variations
Color information
#902ECD (or 0x902ECD) is known color: Dark Orchid. HEX triplet: 90, 2E and CD. RGB value is (144,46,205). Sum of RGB (Red+Green+Blue) = 144+46+205=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #902ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ECD is #6FD132. Grayscale: #5C5C5C. Windows color (decimal): -7328051 or 13446800. OLE color: 13446800.
HSL color Cylindrical-coordinate representation of color #902ECD: hue angle of 276.98º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902ECD is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 46 | 205 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.20 |
| HSL | 276.98º | 0.63% | 0.49% | - |
| HSV(B) | 276.98º | 0.78% | 0.8% | - |
| XYZ | 23.5 | 12.29 | 58.89 | - |
| YUV | 93.43 | 190.97 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 205 | 0.30 | 0.78 | 0 | 0.20 | 276.98 | 0.63 | 0.49 |
| Hex | 90 | 2E | CD | 1E | 4E | 0 | 14 | 115 | 3F | 31 |
| Octal | 220 | 56 | 315 | 36 | 116 | 0 | 24 | 425 | 77 | 61 |
| Binary | 10010000 | 101110 | 11001101 | 11110 | 1001110 | 0 | 10100 | 100010101 | 111111 | 110001 |
Color Harmonies of #902ECD
Complementary color
Monochromatic Colors of #902ECD
Black with #902ECD
Text Example
Text Example
White with #902ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902ECD; }
p { color: rgb(144,46,205); }
H1.HeaderClassName
{
color: #902ECD;
}
.AnyTagClassName
{
color: #902ECD;
}
</style>
background-color css
<style>
a { background-color: #902ECD; }
a { background-color: rgb(144,46,205); }
div.DivClassName
{
background-color: #902ECD;
}
.BgClassName
{
background-color: #902ECD;
}
</style>
border-color css
<style>
span { border-color: #902ECD; }
span { border-color: rgb(144,46,205); }
td.TdClassName
{
border-color: #902ECD;
}
.TagClassName
{
border-color: #902ECD;
}
</style>