Shades of Dark Orchid #902CC1
Tints of Dark Orchid #902CC1
RGB
CMYK
RGB Variations
Color information
#902CC1 (or 0x902CC1) is known color: Dark Orchid. HEX triplet: 90, 2C and C1. RGB value is (144,44,193). Sum of RGB (Red+Green+Blue) = 144+44+193=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #902CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CC1 is #6FD33E. Grayscale: #5A5A5A. Windows color (decimal): -7328575 or 12659856. OLE color: 12659856.
HSL color Cylindrical-coordinate representation of color #902CC1: hue angle of 280.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902CC1 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 44 | 193 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.24 |
| HSL | 280.27º | 0.63% | 0.46% | - |
| HSV(B) | 280.27º | 0.77% | 0.76% | - |
| XYZ | 22.03 | 11.58 | 51.53 | - |
| YUV | 90.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 193 | 0.25 | 0.77 | 0 | 0.24 | 280.27 | 0.63 | 0.46 |
| Hex | 90 | 2C | C1 | 19 | 4D | 0 | 18 | 118 | 3F | 2E |
| Octal | 220 | 54 | 301 | 31 | 115 | 0 | 30 | 430 | 77 | 56 |
| Binary | 10010000 | 101100 | 11000001 | 11001 | 1001101 | 0 | 11000 | 100011000 | 111111 | 101110 |
Color Harmonies of #902CC1
Complementary color
Monochromatic Colors of #902CC1
Black with #902CC1
Text Example
Text Example
White with #902CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902CC1; }
p { color: rgb(144,44,193); }
H1.HeaderClassName
{
color: #902CC1;
}
.AnyTagClassName
{
color: #902CC1;
}
</style>
background-color css
<style>
a { background-color: #902CC1; }
a { background-color: rgb(144,44,193); }
div.DivClassName
{
background-color: #902CC1;
}
.BgClassName
{
background-color: #902CC1;
}
</style>
border-color css
<style>
span { border-color: #902CC1; }
span { border-color: rgb(144,44,193); }
td.TdClassName
{
border-color: #902CC1;
}
.TagClassName
{
border-color: #902CC1;
}
</style>