Shades of Dark Orchid #902DBE
Tints of Dark Orchid #902DBE
RGB
CMYK
RGB Variations
Color information
#902DBE (or 0x902DBE) is known color: Dark Orchid. HEX triplet: 90, 2D and BE. RGB value is (144,45,190). Sum of RGB (Red+Green+Blue) = 144+45+190=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #902DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DBE is #6FD241. Grayscale: #5A5A5A. Windows color (decimal): -7328322 or 12463504. OLE color: 12463504.
HSL color Cylindrical-coordinate representation of color #902DBE: hue angle of 280.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902DBE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 45 | 190 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.25 |
| HSL | 280.97º | 0.62% | 0.46% | - |
| HSV(B) | 280.97º | 0.76% | 0.75% | - |
| XYZ | 21.73 | 11.52 | 49.79 | - |
| YUV | 91.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 190 | 0.24 | 0.76 | 0 | 0.25 | 280.97 | 0.62 | 0.46 |
| Hex | 90 | 2D | BE | 18 | 4C | 0 | 19 | 119 | 3E | 2E |
| Octal | 220 | 55 | 276 | 30 | 114 | 0 | 31 | 431 | 76 | 56 |
| Binary | 10010000 | 101101 | 10111110 | 11000 | 1001100 | 0 | 11001 | 100011001 | 111110 | 101110 |
Color Harmonies of #902DBE
Complementary color
Monochromatic Colors of #902DBE
Black with #902DBE
Text Example
Text Example
White with #902DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DBE; }
p { color: rgb(144,45,190); }
H1.HeaderClassName
{
color: #902DBE;
}
.AnyTagClassName
{
color: #902DBE;
}
</style>
background-color css
<style>
a { background-color: #902DBE; }
a { background-color: rgb(144,45,190); }
div.DivClassName
{
background-color: #902DBE;
}
.BgClassName
{
background-color: #902DBE;
}
</style>
border-color css
<style>
span { border-color: #902DBE; }
span { border-color: rgb(144,45,190); }
td.TdClassName
{
border-color: #902DBE;
}
.TagClassName
{
border-color: #902DBE;
}
</style>