Shades of Dark Orchid #903BB4
Tints of Dark Orchid #903BB4
RGB
CMYK
RGB Variations
Color information
#903BB4 (or 0x903BB4) is known color: Dark Orchid. HEX triplet: 90, 3B and B4. RGB value is (144,59,180). Sum of RGB (Red+Green+Blue) = 144+59+180=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #903BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BB4 is #6FC44B. Grayscale: #616161. Windows color (decimal): -7324748 or 11811728. OLE color: 11811728.
HSL color Cylindrical-coordinate representation of color #903BB4: hue angle of 282.15º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903BB4 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 59 | 180 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.29 |
| HSL | 282.15º | 0.51% | 0.47% | - |
| HSV(B) | 282.15º | 0.67% | 0.71% | - |
| XYZ | 21.3 | 12.35 | 44.44 | - |
| YUV | 98.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 180 | 0.2 | 0.67 | 0 | 0.29 | 282.15 | 0.51 | 0.47 |
| Hex | 90 | 3B | B4 | 14 | 43 | 0 | 1D | 11A | 33 | 2F |
| Octal | 220 | 73 | 264 | 24 | 103 | 0 | 35 | 432 | 63 | 57 |
| Binary | 10010000 | 111011 | 10110100 | 10100 | 1000011 | 0 | 11101 | 100011010 | 110011 | 101111 |
Color Harmonies of #903BB4
Complementary color
Monochromatic Colors of #903BB4
Black with #903BB4
Text Example
Text Example
White with #903BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BB4; }
p { color: rgb(144,59,180); }
H1.HeaderClassName
{
color: #903BB4;
}
.AnyTagClassName
{
color: #903BB4;
}
</style>
background-color css
<style>
a { background-color: #903BB4; }
a { background-color: rgb(144,59,180); }
div.DivClassName
{
background-color: #903BB4;
}
.BgClassName
{
background-color: #903BB4;
}
</style>
border-color css
<style>
span { border-color: #903BB4; }
span { border-color: rgb(144,59,180); }
td.TdClassName
{
border-color: #903BB4;
}
.TagClassName
{
border-color: #903BB4;
}
</style>