Shades of Dark Orchid #902DBA
Tints of Dark Orchid #902DBA
RGB
CMYK
RGB Variations
Color information
#902DBA (or 0x902DBA) is known color: Dark Orchid. HEX triplet: 90, 2D and BA. RGB value is (144,45,186). Sum of RGB (Red+Green+Blue) = 144+45+186=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #902DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DBA is #6FD245. Grayscale: #5A5A5A. Windows color (decimal): -7328326 or 12201360. OLE color: 12201360.
HSL color Cylindrical-coordinate representation of color #902DBA: hue angle of 282.13º degrees, saturation: 0.61, 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 #902DBA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 45 | 186 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.27 |
| HSL | 282.13º | 0.61% | 0.45% | - |
| HSV(B) | 282.13º | 0.76% | 0.73% | - |
| XYZ | 21.3 | 11.35 | 47.52 | - |
| YUV | 90.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 186 | 0.23 | 0.76 | 0 | 0.27 | 282.13 | 0.61 | 0.45 |
| Hex | 90 | 2D | BA | 17 | 4C | 0 | 1B | 11A | 3D | 2D |
| Octal | 220 | 55 | 272 | 27 | 114 | 0 | 33 | 432 | 75 | 55 |
| Binary | 10010000 | 101101 | 10111010 | 10111 | 1001100 | 0 | 11011 | 100011010 | 111101 | 101101 |
Color Harmonies of #902DBA
Complementary color
Monochromatic Colors of #902DBA
Black with #902DBA
Text Example
Text Example
White with #902DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DBA; }
p { color: rgb(144,45,186); }
H1.HeaderClassName
{
color: #902DBA;
}
.AnyTagClassName
{
color: #902DBA;
}
</style>
background-color css
<style>
a { background-color: #902DBA; }
a { background-color: rgb(144,45,186); }
div.DivClassName
{
background-color: #902DBA;
}
.BgClassName
{
background-color: #902DBA;
}
</style>
border-color css
<style>
span { border-color: #902DBA; }
span { border-color: rgb(144,45,186); }
td.TdClassName
{
border-color: #902DBA;
}
.TagClassName
{
border-color: #902DBA;
}
</style>