Shades of Dark Orchid #903ACE
Tints of Dark Orchid #903ACE
RGB
CMYK
RGB Variations
Color information
#903ACE (or 0x903ACE) is known color: Dark Orchid. HEX triplet: 90, 3A and CE. RGB value is (144,58,206). Sum of RGB (Red+Green+Blue) = 144+58+206=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #903ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903ACE is #6FC531. Grayscale: #646464. Windows color (decimal): -7324978 or 13515408. OLE color: 13515408.
HSL color Cylindrical-coordinate representation of color #903ACE: hue angle of 274.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #903ACE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 58 | 206 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.19 |
| HSL | 274.86º | 0.6% | 0.52% | - |
| HSV(B) | 274.86º | 0.72% | 0.81% | - |
| XYZ | 24.16 | 13.41 | 59.71 | - |
| YUV | 100.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 206 | 0.30 | 0.72 | 0 | 0.19 | 274.86 | 0.6 | 0.52 |
| Hex | 90 | 3A | CE | 1E | 48 | 0 | 13 | 113 | 3C | 34 |
| Octal | 220 | 72 | 316 | 36 | 110 | 0 | 23 | 423 | 74 | 64 |
| Binary | 10010000 | 111010 | 11001110 | 11110 | 1001000 | 0 | 10011 | 100010011 | 111100 | 110100 |
Color Harmonies of #903ACE
Complementary color
Monochromatic Colors of #903ACE
Black with #903ACE
Text Example
Text Example
White with #903ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903ACE; }
p { color: rgb(144,58,206); }
H1.HeaderClassName
{
color: #903ACE;
}
.AnyTagClassName
{
color: #903ACE;
}
</style>
background-color css
<style>
a { background-color: #903ACE; }
a { background-color: rgb(144,58,206); }
div.DivClassName
{
background-color: #903ACE;
}
.BgClassName
{
background-color: #903ACE;
}
</style>
border-color css
<style>
span { border-color: #903ACE; }
span { border-color: rgb(144,58,206); }
td.TdClassName
{
border-color: #903ACE;
}
.TagClassName
{
border-color: #903ACE;
}
</style>