Shades of Dark Orchid #902BBA
Tints of Dark Orchid #902BBA
RGB
CMYK
RGB Variations
Color information
#902BBA (or 0x902BBA) is known color: Dark Orchid. HEX triplet: 90, 2B and BA. RGB value is (144,43,186). Sum of RGB (Red+Green+Blue) = 144+43+186=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #902BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902BBA is #6FD445. Grayscale: #595959. Windows color (decimal): -7328838 or 12200848. OLE color: 12200848.
HSL color Cylindrical-coordinate representation of color #902BBA: hue angle of 282.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902BBA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 43 | 186 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.27 |
| HSL | 282.38º | 0.62% | 0.45% | - |
| HSV(B) | 282.38º | 0.77% | 0.73% | - |
| XYZ | 21.23 | 11.2 | 47.5 | - |
| YUV | 89.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 186 | 0.23 | 0.77 | 0 | 0.27 | 282.38 | 0.62 | 0.45 |
| Hex | 90 | 2B | BA | 17 | 4D | 0 | 1B | 11A | 3E | 2D |
| Octal | 220 | 53 | 272 | 27 | 115 | 0 | 33 | 432 | 76 | 55 |
| Binary | 10010000 | 101011 | 10111010 | 10111 | 1001101 | 0 | 11011 | 100011010 | 111110 | 101101 |
Color Harmonies of #902BBA
Complementary color
Monochromatic Colors of #902BBA
Black with #902BBA
Text Example
Text Example
White with #902BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902BBA; }
p { color: rgb(144,43,186); }
H1.HeaderClassName
{
color: #902BBA;
}
.AnyTagClassName
{
color: #902BBA;
}
</style>
background-color css
<style>
a { background-color: #902BBA; }
a { background-color: rgb(144,43,186); }
div.DivClassName
{
background-color: #902BBA;
}
.BgClassName
{
background-color: #902BBA;
}
</style>
border-color css
<style>
span { border-color: #902BBA; }
span { border-color: rgb(144,43,186); }
td.TdClassName
{
border-color: #902BBA;
}
.TagClassName
{
border-color: #902BBA;
}
</style>