Shades of Dark Orchid #902DB3
Tints of Dark Orchid #902DB3
RGB
CMYK
RGB Variations
Color information
#902DB3 (or 0x902DB3) is known color: Dark Orchid. HEX triplet: 90, 2D and B3. RGB value is (144,45,179). Sum of RGB (Red+Green+Blue) = 144+45+179=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #902DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DB3 is #6FD24C. Grayscale: #595959. Windows color (decimal): -7328333 or 11742608. OLE color: 11742608.
HSL color Cylindrical-coordinate representation of color #902DB3: hue angle of 284.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902DB3 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 45 | 179 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.30 |
| HSL | 284.33º | 0.6% | 0.44% | - |
| HSV(B) | 284.33º | 0.75% | 0.7% | - |
| XYZ | 20.58 | 11.06 | 43.7 | - |
| YUV | 89.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 179 | 0.20 | 0.75 | 0 | 0.30 | 284.33 | 0.6 | 0.44 |
| Hex | 90 | 2D | B3 | 14 | 4B | 0 | 1E | 11C | 3C | 2C |
| Octal | 220 | 55 | 263 | 24 | 113 | 0 | 36 | 434 | 74 | 54 |
| Binary | 10010000 | 101101 | 10110011 | 10100 | 1001011 | 0 | 11110 | 100011100 | 111100 | 101100 |
Color Harmonies of #902DB3
Complementary color
Monochromatic Colors of #902DB3
Black with #902DB3
Text Example
Text Example
White with #902DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DB3; }
p { color: rgb(144,45,179); }
H1.HeaderClassName
{
color: #902DB3;
}
.AnyTagClassName
{
color: #902DB3;
}
</style>
background-color css
<style>
a { background-color: #902DB3; }
a { background-color: rgb(144,45,179); }
div.DivClassName
{
background-color: #902DB3;
}
.BgClassName
{
background-color: #902DB3;
}
</style>
border-color css
<style>
span { border-color: #902DB3; }
span { border-color: rgb(144,45,179); }
td.TdClassName
{
border-color: #902DB3;
}
.TagClassName
{
border-color: #902DB3;
}
</style>