Shades of Dark Orchid #902DC0
Tints of Dark Orchid #902DC0
RGB
CMYK
RGB Variations
Color information
#902DC0 (or 0x902DC0) is known color: Dark Orchid. HEX triplet: 90, 2D and C0. RGB value is (144,45,192). Sum of RGB (Red+Green+Blue) = 144+45+192=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #902DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DC0 is #6FD23F. Grayscale: #5A5A5A. Windows color (decimal): -7328320 or 12594576. OLE color: 12594576.
HSL color Cylindrical-coordinate representation of color #902DC0: hue angle of 280.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902DC0 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 45 | 192 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.25 |
| HSL | 280.41º | 0.62% | 0.46% | - |
| HSV(B) | 280.41º | 0.77% | 0.75% | - |
| XYZ | 21.95 | 11.61 | 50.95 | - |
| YUV | 91.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 192 | 0.25 | 0.77 | 0 | 0.25 | 280.41 | 0.62 | 0.46 |
| Hex | 90 | 2D | C0 | 19 | 4D | 0 | 19 | 118 | 3E | 2E |
| Octal | 220 | 55 | 300 | 31 | 115 | 0 | 31 | 430 | 76 | 56 |
| Binary | 10010000 | 101101 | 11000000 | 11001 | 1001101 | 0 | 11001 | 100011000 | 111110 | 101110 |
Color Harmonies of #902DC0
Complementary color
Monochromatic Colors of #902DC0
Black with #902DC0
Text Example
Text Example
White with #902DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DC0; }
p { color: rgb(144,45,192); }
H1.HeaderClassName
{
color: #902DC0;
}
.AnyTagClassName
{
color: #902DC0;
}
</style>
background-color css
<style>
a { background-color: #902DC0; }
a { background-color: rgb(144,45,192); }
div.DivClassName
{
background-color: #902DC0;
}
.BgClassName
{
background-color: #902DC0;
}
</style>
border-color css
<style>
span { border-color: #902DC0; }
span { border-color: rgb(144,45,192); }
td.TdClassName
{
border-color: #902DC0;
}
.TagClassName
{
border-color: #902DC0;
}
</style>