Shades of Dark Orchid #902AC1
Tints of Dark Orchid #902AC1
RGB
CMYK
RGB Variations
Color information
#902AC1 (or 0x902AC1) is known color: Dark Orchid. HEX triplet: 90, 2A and C1. RGB value is (144,42,193). Sum of RGB (Red+Green+Blue) = 144+42+193=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #902AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902AC1 is #6FD53E. Grayscale: #595959. Windows color (decimal): -7329087 or 12659344. OLE color: 12659344.
HSL color Cylindrical-coordinate representation of color #902AC1: hue angle of 280.53º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902AC1 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 42 | 193 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.24 |
| HSL | 280.53º | 0.64% | 0.46% | - |
| HSV(B) | 280.53º | 0.78% | 0.76% | - |
| XYZ | 21.96 | 11.44 | 51.5 | - |
| YUV | 89.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 193 | 0.25 | 0.78 | 0 | 0.24 | 280.53 | 0.64 | 0.46 |
| Hex | 90 | 2A | C1 | 19 | 4E | 0 | 18 | 119 | 40 | 2E |
| Octal | 220 | 52 | 301 | 31 | 116 | 0 | 30 | 431 | 100 | 56 |
| Binary | 10010000 | 101010 | 11000001 | 11001 | 1001110 | 0 | 11000 | 100011001 | 1000000 | 101110 |
Color Harmonies of #902AC1
Complementary color
Monochromatic Colors of #902AC1
Black with #902AC1
Text Example
Text Example
White with #902AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902AC1; }
p { color: rgb(144,42,193); }
H1.HeaderClassName
{
color: #902AC1;
}
.AnyTagClassName
{
color: #902AC1;
}
</style>
background-color css
<style>
a { background-color: #902AC1; }
a { background-color: rgb(144,42,193); }
div.DivClassName
{
background-color: #902AC1;
}
.BgClassName
{
background-color: #902AC1;
}
</style>
border-color css
<style>
span { border-color: #902AC1; }
span { border-color: rgb(144,42,193); }
td.TdClassName
{
border-color: #902AC1;
}
.TagClassName
{
border-color: #902AC1;
}
</style>