Shades of Dark Orchid #902DBD
Tints of Dark Orchid #902DBD
RGB
CMYK
RGB Variations
Color information
#902DBD (or 0x902DBD) is known color: Dark Orchid. HEX triplet: 90, 2D and BD. RGB value is (144,45,189). Sum of RGB (Red+Green+Blue) = 144+45+189=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #902DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DBD is #6FD242. Grayscale: #5A5A5A. Windows color (decimal): -7328323 or 12397968. OLE color: 12397968.
HSL color Cylindrical-coordinate representation of color #902DBD: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902DBD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 45 | 189 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.26 |
| HSL | 281.25º | 0.62% | 0.46% | - |
| HSV(B) | 281.25º | 0.76% | 0.74% | - |
| XYZ | 21.63 | 11.48 | 49.22 | - |
| YUV | 91.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 189 | 0.24 | 0.76 | 0 | 0.26 | 281.25 | 0.62 | 0.46 |
| Hex | 90 | 2D | BD | 18 | 4C | 0 | 1A | 119 | 3E | 2E |
| Octal | 220 | 55 | 275 | 30 | 114 | 0 | 32 | 431 | 76 | 56 |
| Binary | 10010000 | 101101 | 10111101 | 11000 | 1001100 | 0 | 11010 | 100011001 | 111110 | 101110 |
Color Harmonies of #902DBD
Complementary color
Monochromatic Colors of #902DBD
Black with #902DBD
Text Example
Text Example
White with #902DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DBD; }
p { color: rgb(144,45,189); }
H1.HeaderClassName
{
color: #902DBD;
}
.AnyTagClassName
{
color: #902DBD;
}
</style>
background-color css
<style>
a { background-color: #902DBD; }
a { background-color: rgb(144,45,189); }
div.DivClassName
{
background-color: #902DBD;
}
.BgClassName
{
background-color: #902DBD;
}
</style>
border-color css
<style>
span { border-color: #902DBD; }
span { border-color: rgb(144,45,189); }
td.TdClassName
{
border-color: #902DBD;
}
.TagClassName
{
border-color: #902DBD;
}
</style>