Shades of Dark Orchid #902CBA
Tints of Dark Orchid #902CBA
RGB
CMYK
RGB Variations
Color information
#902CBA (or 0x902CBA) is known color: Dark Orchid. HEX triplet: 90, 2C and BA. RGB value is (144,44,186). Sum of RGB (Red+Green+Blue) = 144+44+186=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #902CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CBA is #6FD345. Grayscale: #595959. Windows color (decimal): -7328582 or 12201104. OLE color: 12201104.
HSL color Cylindrical-coordinate representation of color #902CBA: hue angle of 282.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902CBA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 44 | 186 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.27 |
| HSL | 282.25º | 0.62% | 0.45% | - |
| HSV(B) | 282.25º | 0.76% | 0.73% | - |
| XYZ | 21.27 | 11.28 | 47.51 | - |
| YUV | 90.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 186 | 0.23 | 0.76 | 0 | 0.27 | 282.25 | 0.62 | 0.45 |
| Hex | 90 | 2C | BA | 17 | 4C | 0 | 1B | 11A | 3E | 2D |
| Octal | 220 | 54 | 272 | 27 | 114 | 0 | 33 | 432 | 76 | 55 |
| Binary | 10010000 | 101100 | 10111010 | 10111 | 1001100 | 0 | 11011 | 100011010 | 111110 | 101101 |
Color Harmonies of #902CBA
Complementary color
Monochromatic Colors of #902CBA
Black with #902CBA
Text Example
Text Example
White with #902CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902CBA; }
p { color: rgb(144,44,186); }
H1.HeaderClassName
{
color: #902CBA;
}
.AnyTagClassName
{
color: #902CBA;
}
</style>
background-color css
<style>
a { background-color: #902CBA; }
a { background-color: rgb(144,44,186); }
div.DivClassName
{
background-color: #902CBA;
}
.BgClassName
{
background-color: #902CBA;
}
</style>
border-color css
<style>
span { border-color: #902CBA; }
span { border-color: rgb(144,44,186); }
td.TdClassName
{
border-color: #902CBA;
}
.TagClassName
{
border-color: #902CBA;
}
</style>