Shades of Dark Orchid #903CCA
Tints of Dark Orchid #903CCA
RGB
CMYK
RGB Variations
Color information
#903CCA (or 0x903CCA) is known color: Dark Orchid. HEX triplet: 90, 3C and CA. RGB value is (144,60,202). Sum of RGB (Red+Green+Blue) = 144+60+202=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #903CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CCA is #6FC335. Grayscale: #646464. Windows color (decimal): -7324470 or 13253776. OLE color: 13253776.
HSL color Cylindrical-coordinate representation of color #903CCA: hue angle of 275.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903CCA is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 60 | 202 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.21 |
| HSL | 275.49º | 0.57% | 0.51% | - |
| HSV(B) | 275.49º | 0.7% | 0.79% | - |
| XYZ | 23.78 | 13.43 | 57.22 | - |
| YUV | 101.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 202 | 0.29 | 0.70 | 0 | 0.21 | 275.49 | 0.57 | 0.51 |
| Hex | 90 | 3C | CA | 1D | 46 | 0 | 15 | 113 | 39 | 33 |
| Octal | 220 | 74 | 312 | 35 | 106 | 0 | 25 | 423 | 71 | 63 |
| Binary | 10010000 | 111100 | 11001010 | 11101 | 1000110 | 0 | 10101 | 100010011 | 111001 | 110011 |
Color Harmonies of #903CCA
Complementary color
Monochromatic Colors of #903CCA
Black with #903CCA
Text Example
Text Example
White with #903CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CCA; }
p { color: rgb(144,60,202); }
H1.HeaderClassName
{
color: #903CCA;
}
.AnyTagClassName
{
color: #903CCA;
}
</style>
background-color css
<style>
a { background-color: #903CCA; }
a { background-color: rgb(144,60,202); }
div.DivClassName
{
background-color: #903CCA;
}
.BgClassName
{
background-color: #903CCA;
}
</style>
border-color css
<style>
span { border-color: #903CCA; }
span { border-color: rgb(144,60,202); }
td.TdClassName
{
border-color: #903CCA;
}
.TagClassName
{
border-color: #903CCA;
}
</style>