Shades of Dark Orchid #903BBD
Tints of Dark Orchid #903BBD
RGB
CMYK
RGB Variations
Color information
#903BBD (or 0x903BBD) is known color: Dark Orchid. HEX triplet: 90, 3B and BD. RGB value is (144,59,189). Sum of RGB (Red+Green+Blue) = 144+59+189=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #903BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BBD is #6FC442. Grayscale: #626262. Windows color (decimal): -7324739 or 12401552. OLE color: 12401552.
HSL color Cylindrical-coordinate representation of color #903BBD: hue angle of 279.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903BBD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 59 | 189 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.26 |
| HSL | 279.23º | 0.52% | 0.49% | - |
| HSV(B) | 279.23º | 0.69% | 0.74% | - |
| XYZ | 22.25 | 12.73 | 49.43 | - |
| YUV | 99.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 189 | 0.24 | 0.69 | 0 | 0.26 | 279.23 | 0.52 | 0.49 |
| Hex | 90 | 3B | BD | 18 | 45 | 0 | 1A | 117 | 34 | 31 |
| Octal | 220 | 73 | 275 | 30 | 105 | 0 | 32 | 427 | 64 | 61 |
| Binary | 10010000 | 111011 | 10111101 | 11000 | 1000101 | 0 | 11010 | 100010111 | 110100 | 110001 |
Color Harmonies of #903BBD
Complementary color
Monochromatic Colors of #903BBD
Black with #903BBD
Text Example
Text Example
White with #903BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BBD; }
p { color: rgb(144,59,189); }
H1.HeaderClassName
{
color: #903BBD;
}
.AnyTagClassName
{
color: #903BBD;
}
</style>
background-color css
<style>
a { background-color: #903BBD; }
a { background-color: rgb(144,59,189); }
div.DivClassName
{
background-color: #903BBD;
}
.BgClassName
{
background-color: #903BBD;
}
</style>
border-color css
<style>
span { border-color: #903BBD; }
span { border-color: rgb(144,59,189); }
td.TdClassName
{
border-color: #903BBD;
}
.TagClassName
{
border-color: #903BBD;
}
</style>