Shades of Dark Orchid #903BB6
Tints of Dark Orchid #903BB6
RGB
CMYK
RGB Variations
Color information
#903BB6 (or 0x903BB6) is known color: Dark Orchid. HEX triplet: 90, 3B and B6. RGB value is (144,59,182). Sum of RGB (Red+Green+Blue) = 144+59+182=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #903BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BB6 is #6FC449. Grayscale: #626262. Windows color (decimal): -7324746 or 11942800. OLE color: 11942800.
HSL color Cylindrical-coordinate representation of color #903BB6: hue angle of 281.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903BB6 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 59 | 182 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.29 |
| HSL | 281.46º | 0.51% | 0.47% | - |
| HSV(B) | 281.46º | 0.68% | 0.71% | - |
| XYZ | 21.51 | 12.43 | 45.52 | - |
| YUV | 98.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 182 | 0.21 | 0.68 | 0 | 0.29 | 281.46 | 0.51 | 0.47 |
| Hex | 90 | 3B | B6 | 15 | 44 | 0 | 1D | 119 | 33 | 2F |
| Octal | 220 | 73 | 266 | 25 | 104 | 0 | 35 | 431 | 63 | 57 |
| Binary | 10010000 | 111011 | 10110110 | 10101 | 1000100 | 0 | 11101 | 100011001 | 110011 | 101111 |
Color Harmonies of #903BB6
Complementary color
Monochromatic Colors of #903BB6
Black with #903BB6
Text Example
Text Example
White with #903BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BB6; }
p { color: rgb(144,59,182); }
H1.HeaderClassName
{
color: #903BB6;
}
.AnyTagClassName
{
color: #903BB6;
}
</style>
background-color css
<style>
a { background-color: #903BB6; }
a { background-color: rgb(144,59,182); }
div.DivClassName
{
background-color: #903BB6;
}
.BgClassName
{
background-color: #903BB6;
}
</style>
border-color css
<style>
span { border-color: #903BB6; }
span { border-color: rgb(144,59,182); }
td.TdClassName
{
border-color: #903BB6;
}
.TagClassName
{
border-color: #903BB6;
}
</style>