Shades of Dark Orchid #903BB2
Tints of Dark Orchid #903BB2
RGB
CMYK
RGB Variations
Color information
#903BB2 (or 0x903BB2) is known color: Dark Orchid. HEX triplet: 90, 3B and B2. RGB value is (144,59,178). Sum of RGB (Red+Green+Blue) = 144+59+178=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #903BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903BB2 is #6FC44D. Grayscale: #616161. Windows color (decimal): -7324750 or 11680656. OLE color: 11680656.
HSL color Cylindrical-coordinate representation of color #903BB2: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903BB2 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 59 | 178 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.30 |
| HSL | 282.86º | 0.5% | 0.46% | - |
| HSV(B) | 282.86º | 0.67% | 0.7% | - |
| XYZ | 21.1 | 12.27 | 43.38 | - |
| YUV | 97.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 178 | 0.19 | 0.67 | 0 | 0.30 | 282.86 | 0.5 | 0.46 |
| Hex | 90 | 3B | B2 | 13 | 43 | 0 | 1E | 11B | 32 | 2E |
| Octal | 220 | 73 | 262 | 23 | 103 | 0 | 36 | 433 | 62 | 56 |
| Binary | 10010000 | 111011 | 10110010 | 10011 | 1000011 | 0 | 11110 | 100011011 | 110010 | 101110 |
Color Harmonies of #903BB2
Complementary color
Monochromatic Colors of #903BB2
Black with #903BB2
Text Example
Text Example
White with #903BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BB2; }
p { color: rgb(144,59,178); }
H1.HeaderClassName
{
color: #903BB2;
}
.AnyTagClassName
{
color: #903BB2;
}
</style>
background-color css
<style>
a { background-color: #903BB2; }
a { background-color: rgb(144,59,178); }
div.DivClassName
{
background-color: #903BB2;
}
.BgClassName
{
background-color: #903BB2;
}
</style>
border-color css
<style>
span { border-color: #903BB2; }
span { border-color: rgb(144,59,178); }
td.TdClassName
{
border-color: #903BB2;
}
.TagClassName
{
border-color: #903BB2;
}
</style>