Shades of Dark Orchid #903CB6
Tints of Dark Orchid #903CB6
RGB
CMYK
RGB Variations
Color information
#903CB6 (or 0x903CB6) is known color: Dark Orchid. HEX triplet: 90, 3C and B6. RGB value is (144,60,182). Sum of RGB (Red+Green+Blue) = 144+60+182=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #903CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CB6 is #6FC349. Grayscale: #626262. Windows color (decimal): -7324490 or 11943056. OLE color: 11943056.
HSL color Cylindrical-coordinate representation of color #903CB6: hue angle of 281.31º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903CB6 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 60 | 182 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.29 |
| HSL | 281.31º | 0.5% | 0.47% | - |
| HSV(B) | 281.31º | 0.67% | 0.71% | - |
| XYZ | 21.56 | 12.54 | 45.54 | - |
| YUV | 99.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 182 | 0.21 | 0.67 | 0 | 0.29 | 281.31 | 0.5 | 0.47 |
| Hex | 90 | 3C | B6 | 15 | 43 | 0 | 1D | 119 | 32 | 2F |
| Octal | 220 | 74 | 266 | 25 | 103 | 0 | 35 | 431 | 62 | 57 |
| Binary | 10010000 | 111100 | 10110110 | 10101 | 1000011 | 0 | 11101 | 100011001 | 110010 | 101111 |
Color Harmonies of #903CB6
Complementary color
Monochromatic Colors of #903CB6
Black with #903CB6
Text Example
Text Example
White with #903CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CB6; }
p { color: rgb(144,60,182); }
H1.HeaderClassName
{
color: #903CB6;
}
.AnyTagClassName
{
color: #903CB6;
}
</style>
background-color css
<style>
a { background-color: #903CB6; }
a { background-color: rgb(144,60,182); }
div.DivClassName
{
background-color: #903CB6;
}
.BgClassName
{
background-color: #903CB6;
}
</style>
border-color css
<style>
span { border-color: #903CB6; }
span { border-color: rgb(144,60,182); }
td.TdClassName
{
border-color: #903CB6;
}
.TagClassName
{
border-color: #903CB6;
}
</style>