Shades of Dark Orchid #903CCE
Tints of Dark Orchid #903CCE
RGB
CMYK
RGB Variations
Color information
#903CCE (or 0x903CCE) is known color: Dark Orchid. HEX triplet: 90, 3C and CE. RGB value is (144,60,206). Sum of RGB (Red+Green+Blue) = 144+60+206=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #903CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CCE is #6FC331. Grayscale: #656565. Windows color (decimal): -7324466 or 13515920. OLE color: 13515920.
HSL color Cylindrical-coordinate representation of color #903CCE: hue angle of 274.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #903CCE is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 60 | 206 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.19 |
| HSL | 274.52º | 0.6% | 0.52% | - |
| HSV(B) | 274.52º | 0.71% | 0.81% | - |
| XYZ | 24.26 | 13.62 | 59.74 | - |
| YUV | 101.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 206 | 0.30 | 0.71 | 0 | 0.19 | 274.52 | 0.6 | 0.52 |
| Hex | 90 | 3C | CE | 1E | 47 | 0 | 13 | 113 | 3C | 34 |
| Octal | 220 | 74 | 316 | 36 | 107 | 0 | 23 | 423 | 74 | 64 |
| Binary | 10010000 | 111100 | 11001110 | 11110 | 1000111 | 0 | 10011 | 100010011 | 111100 | 110100 |
Color Harmonies of #903CCE
Complementary color
Monochromatic Colors of #903CCE
Black with #903CCE
Text Example
Text Example
White with #903CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CCE; }
p { color: rgb(144,60,206); }
H1.HeaderClassName
{
color: #903CCE;
}
.AnyTagClassName
{
color: #903CCE;
}
</style>
background-color css
<style>
a { background-color: #903CCE; }
a { background-color: rgb(144,60,206); }
div.DivClassName
{
background-color: #903CCE;
}
.BgClassName
{
background-color: #903CCE;
}
</style>
border-color css
<style>
span { border-color: #903CCE; }
span { border-color: rgb(144,60,206); }
td.TdClassName
{
border-color: #903CCE;
}
.TagClassName
{
border-color: #903CCE;
}
</style>