Shades of Dark Orchid #903BC0
Tints of Dark Orchid #903BC0
RGB
CMYK
RGB Variations
Color information
#903BC0 (or 0x903BC0) is known color: Dark Orchid. HEX triplet: 90, 3B and C0. RGB value is (144,59,192). Sum of RGB (Red+Green+Blue) = 144+59+192=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #903BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BC0 is #6FC43F. Grayscale: #636363. Windows color (decimal): -7324736 or 12598160. OLE color: 12598160.
HSL color Cylindrical-coordinate representation of color #903BC0: hue angle of 278.35º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903BC0 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 59 | 192 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.25 |
| HSL | 278.35º | 0.53% | 0.49% | - |
| HSV(B) | 278.35º | 0.69% | 0.75% | - |
| XYZ | 22.58 | 12.86 | 51.16 | - |
| YUV | 99.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 192 | 0.25 | 0.69 | 0 | 0.25 | 278.35 | 0.53 | 0.49 |
| Hex | 90 | 3B | C0 | 19 | 45 | 0 | 19 | 116 | 35 | 31 |
| Octal | 220 | 73 | 300 | 31 | 105 | 0 | 31 | 426 | 65 | 61 |
| Binary | 10010000 | 111011 | 11000000 | 11001 | 1000101 | 0 | 11001 | 100010110 | 110101 | 110001 |
Color Harmonies of #903BC0
Complementary color
Monochromatic Colors of #903BC0
Black with #903BC0
Text Example
Text Example
White with #903BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BC0; }
p { color: rgb(144,59,192); }
H1.HeaderClassName
{
color: #903BC0;
}
.AnyTagClassName
{
color: #903BC0;
}
</style>
background-color css
<style>
a { background-color: #903BC0; }
a { background-color: rgb(144,59,192); }
div.DivClassName
{
background-color: #903BC0;
}
.BgClassName
{
background-color: #903BC0;
}
</style>
border-color css
<style>
span { border-color: #903BC0; }
span { border-color: rgb(144,59,192); }
td.TdClassName
{
border-color: #903BC0;
}
.TagClassName
{
border-color: #903BC0;
}
</style>