Shades of Dark Orchid #902BB5
Tints of Dark Orchid #902BB5
RGB
CMYK
RGB Variations
Color information
#902BB5 (or 0x902BB5) is known color: Dark Orchid. HEX triplet: 90, 2B and B5. RGB value is (144,43,181). Sum of RGB (Red+Green+Blue) = 144+43+181=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #902BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902BB5 is #6FD44A. Grayscale: #585858. Windows color (decimal): -7328843 or 11873168. OLE color: 11873168.
HSL color Cylindrical-coordinate representation of color #902BB5: hue angle of 283.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902BB5 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 43 | 181 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.29 |
| HSL | 283.91º | 0.62% | 0.44% | - |
| HSV(B) | 283.91º | 0.76% | 0.71% | - |
| XYZ | 20.71 | 10.99 | 44.75 | - |
| YUV | 88.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 181 | 0.20 | 0.76 | 0 | 0.29 | 283.91 | 0.62 | 0.44 |
| Hex | 90 | 2B | B5 | 14 | 4C | 0 | 1D | 11C | 3E | 2C |
| Octal | 220 | 53 | 265 | 24 | 114 | 0 | 35 | 434 | 76 | 54 |
| Binary | 10010000 | 101011 | 10110101 | 10100 | 1001100 | 0 | 11101 | 100011100 | 111110 | 101100 |
Color Harmonies of #902BB5
Complementary color
Monochromatic Colors of #902BB5
Black with #902BB5
Text Example
Text Example
White with #902BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902BB5; }
p { color: rgb(144,43,181); }
H1.HeaderClassName
{
color: #902BB5;
}
.AnyTagClassName
{
color: #902BB5;
}
</style>
background-color css
<style>
a { background-color: #902BB5; }
a { background-color: rgb(144,43,181); }
div.DivClassName
{
background-color: #902BB5;
}
.BgClassName
{
background-color: #902BB5;
}
</style>
border-color css
<style>
span { border-color: #902BB5; }
span { border-color: rgb(144,43,181); }
td.TdClassName
{
border-color: #902BB5;
}
.TagClassName
{
border-color: #902BB5;
}
</style>