Shades of Dark Orchid #902DB4
Tints of Dark Orchid #902DB4
RGB
CMYK
RGB Variations
Color information
#902DB4 (or 0x902DB4) is known color: Dark Orchid. HEX triplet: 90, 2D and B4. RGB value is (144,45,180). Sum of RGB (Red+Green+Blue) = 144+45+180=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #902DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DB4 is #6FD24B. Grayscale: #595959. Windows color (decimal): -7328332 or 11808144. OLE color: 11808144.
HSL color Cylindrical-coordinate representation of color #902DB4: hue angle of 284º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902DB4 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 45 | 180 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.29 |
| HSL | 284º | 0.6% | 0.44% | - |
| HSV(B) | 284º | 0.75% | 0.71% | - |
| XYZ | 20.68 | 11.1 | 44.23 | - |
| YUV | 89.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 180 | 0.2 | 0.75 | 0 | 0.29 | 284 | 0.6 | 0.44 |
| Hex | 90 | 2D | B4 | 14 | 4B | 0 | 1D | 11C | 3C | 2C |
| Octal | 220 | 55 | 264 | 24 | 113 | 0 | 35 | 434 | 74 | 54 |
| Binary | 10010000 | 101101 | 10110100 | 10100 | 1001011 | 0 | 11101 | 100011100 | 111100 | 101100 |
Color Harmonies of #902DB4
Complementary color
Monochromatic Colors of #902DB4
Black with #902DB4
Text Example
Text Example
White with #902DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DB4; }
p { color: rgb(144,45,180); }
H1.HeaderClassName
{
color: #902DB4;
}
.AnyTagClassName
{
color: #902DB4;
}
</style>
background-color css
<style>
a { background-color: #902DB4; }
a { background-color: rgb(144,45,180); }
div.DivClassName
{
background-color: #902DB4;
}
.BgClassName
{
background-color: #902DB4;
}
</style>
border-color css
<style>
span { border-color: #902DB4; }
span { border-color: rgb(144,45,180); }
td.TdClassName
{
border-color: #902DB4;
}
.TagClassName
{
border-color: #902DB4;
}
</style>