Shades of Dark Orchid #903DCF
Tints of Dark Orchid #903DCF
RGB
CMYK
RGB Variations
Color information
#903DCF (or 0x903DCF) is known color: Dark Orchid. HEX triplet: 90, 3D and CF. RGB value is (144,61,207). Sum of RGB (Red+Green+Blue) = 144+61+207=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #903DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DCF is #6FC230. Grayscale: #656565. Windows color (decimal): -7324209 or 13581712. OLE color: 13581712.
HSL color Cylindrical-coordinate representation of color #903DCF: hue angle of 274.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #903DCF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 61 | 207 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.19 |
| HSL | 274.11º | 0.6% | 0.53% | - |
| HSV(B) | 274.11º | 0.71% | 0.81% | - |
| XYZ | 24.43 | 13.77 | 60.4 | - |
| YUV | 102.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 207 | 0.30 | 0.71 | 0 | 0.19 | 274.11 | 0.6 | 0.53 |
| Hex | 90 | 3D | CF | 1E | 47 | 0 | 13 | 112 | 3C | 35 |
| Octal | 220 | 75 | 317 | 36 | 107 | 0 | 23 | 422 | 74 | 65 |
| Binary | 10010000 | 111101 | 11001111 | 11110 | 1000111 | 0 | 10011 | 100010010 | 111100 | 110101 |
Color Harmonies of #903DCF
Complementary color
Monochromatic Colors of #903DCF
Black with #903DCF
Text Example
Text Example
White with #903DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DCF; }
p { color: rgb(144,61,207); }
H1.HeaderClassName
{
color: #903DCF;
}
.AnyTagClassName
{
color: #903DCF;
}
</style>
background-color css
<style>
a { background-color: #903DCF; }
a { background-color: rgb(144,61,207); }
div.DivClassName
{
background-color: #903DCF;
}
.BgClassName
{
background-color: #903DCF;
}
</style>
border-color css
<style>
span { border-color: #903DCF; }
span { border-color: rgb(144,61,207); }
td.TdClassName
{
border-color: #903DCF;
}
.TagClassName
{
border-color: #903DCF;
}
</style>