Shades of Dark Orchid #903DBD
Tints of Dark Orchid #903DBD
RGB
CMYK
RGB Variations
Color information
#903DBD (or 0x903DBD) is known color: Dark Orchid. HEX triplet: 90, 3D and BD. RGB value is (144,61,189). Sum of RGB (Red+Green+Blue) = 144+61+189=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #903DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DBD is #6FC242. Grayscale: #636363. Windows color (decimal): -7324227 or 12402064. OLE color: 12402064.
HSL color Cylindrical-coordinate representation of color #903DBD: hue angle of 278.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903DBD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 61 | 189 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.26 |
| HSL | 278.91º | 0.51% | 0.49% | - |
| HSV(B) | 278.91º | 0.68% | 0.74% | - |
| XYZ | 22.36 | 12.94 | 49.46 | - |
| YUV | 100.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 189 | 0.24 | 0.68 | 0 | 0.26 | 278.91 | 0.51 | 0.49 |
| Hex | 90 | 3D | BD | 18 | 44 | 0 | 1A | 117 | 33 | 31 |
| Octal | 220 | 75 | 275 | 30 | 104 | 0 | 32 | 427 | 63 | 61 |
| Binary | 10010000 | 111101 | 10111101 | 11000 | 1000100 | 0 | 11010 | 100010111 | 110011 | 110001 |
Color Harmonies of #903DBD
Complementary color
Monochromatic Colors of #903DBD
Black with #903DBD
Text Example
Text Example
White with #903DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DBD; }
p { color: rgb(144,61,189); }
H1.HeaderClassName
{
color: #903DBD;
}
.AnyTagClassName
{
color: #903DBD;
}
</style>
background-color css
<style>
a { background-color: #903DBD; }
a { background-color: rgb(144,61,189); }
div.DivClassName
{
background-color: #903DBD;
}
.BgClassName
{
background-color: #903DBD;
}
</style>
border-color css
<style>
span { border-color: #903DBD; }
span { border-color: rgb(144,61,189); }
td.TdClassName
{
border-color: #903DBD;
}
.TagClassName
{
border-color: #903DBD;
}
</style>