Shades of Dark Orchid #903FCC
Tints of Dark Orchid #903FCC
RGB
CMYK
RGB Variations
Color information
#903FCC (or 0x903FCC) is known color: Dark Orchid. HEX triplet: 90, 3F and CC. RGB value is (144,63,204). Sum of RGB (Red+Green+Blue) = 144+63+204=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #903FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FCC is #6FC033. Grayscale: #666666. Windows color (decimal): -7323700 or 13385616. OLE color: 13385616.
HSL color Cylindrical-coordinate representation of color #903FCC: hue angle of 274.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903FCC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 63 | 204 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.2 |
| HSL | 274.47º | 0.58% | 0.52% | - |
| HSV(B) | 274.47º | 0.69% | 0.8% | - |
| XYZ | 24.18 | 13.84 | 58.52 | - |
| YUV | 103.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 204 | 0.29 | 0.69 | 0 | 0.2 | 274.47 | 0.58 | 0.52 |
| Hex | 90 | 3F | CC | 1D | 45 | 0 | 14 | 112 | 3A | 34 |
| Octal | 220 | 77 | 314 | 35 | 105 | 0 | 24 | 422 | 72 | 64 |
| Binary | 10010000 | 111111 | 11001100 | 11101 | 1000101 | 0 | 10100 | 100010010 | 111010 | 110100 |
Color Harmonies of #903FCC
Complementary color
Monochromatic Colors of #903FCC
Black with #903FCC
Text Example
Text Example
White with #903FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FCC; }
p { color: rgb(144,63,204); }
H1.HeaderClassName
{
color: #903FCC;
}
.AnyTagClassName
{
color: #903FCC;
}
</style>
background-color css
<style>
a { background-color: #903FCC; }
a { background-color: rgb(144,63,204); }
div.DivClassName
{
background-color: #903FCC;
}
.BgClassName
{
background-color: #903FCC;
}
</style>
border-color css
<style>
span { border-color: #903FCC; }
span { border-color: rgb(144,63,204); }
td.TdClassName
{
border-color: #903FCC;
}
.TagClassName
{
border-color: #903FCC;
}
</style>