Shades of Dark Orchid #903CBC
Tints of Dark Orchid #903CBC
RGB
CMYK
RGB Variations
Color information
#903CBC (or 0x903CBC) is known color: Dark Orchid. HEX triplet: 90, 3C and BC. RGB value is (144,60,188). Sum of RGB (Red+Green+Blue) = 144+60+188=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #903CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CBC is #6FC343. Grayscale: #636363. Windows color (decimal): -7324484 or 12336272. OLE color: 12336272.
HSL color Cylindrical-coordinate representation of color #903CBC: hue angle of 279.38º degrees, saturation: 0.52, 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 #903CBC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 60 | 188 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.26 |
| HSL | 279.38º | 0.52% | 0.49% | - |
| HSV(B) | 279.38º | 0.68% | 0.74% | - |
| XYZ | 22.19 | 12.79 | 48.88 | - |
| YUV | 99.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 188 | 0.23 | 0.68 | 0 | 0.26 | 279.38 | 0.52 | 0.49 |
| Hex | 90 | 3C | BC | 17 | 44 | 0 | 1A | 117 | 34 | 31 |
| Octal | 220 | 74 | 274 | 27 | 104 | 0 | 32 | 427 | 64 | 61 |
| Binary | 10010000 | 111100 | 10111100 | 10111 | 1000100 | 0 | 11010 | 100010111 | 110100 | 110001 |
Color Harmonies of #903CBC
Complementary color
Monochromatic Colors of #903CBC
Black with #903CBC
Text Example
Text Example
White with #903CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CBC; }
p { color: rgb(144,60,188); }
H1.HeaderClassName
{
color: #903CBC;
}
.AnyTagClassName
{
color: #903CBC;
}
</style>
background-color css
<style>
a { background-color: #903CBC; }
a { background-color: rgb(144,60,188); }
div.DivClassName
{
background-color: #903CBC;
}
.BgClassName
{
background-color: #903CBC;
}
</style>
border-color css
<style>
span { border-color: #903CBC; }
span { border-color: rgb(144,60,188); }
td.TdClassName
{
border-color: #903CBC;
}
.TagClassName
{
border-color: #903CBC;
}
</style>