Shades of Dark Orchid #9035D5
Tints of Dark Orchid #9035D5
RGB
CMYK
RGB Variations
Color information
#9035D5 (or 0x9035D5) is known color: Dark Orchid. HEX triplet: 90, 35 and D5. RGB value is (144,53,213). Sum of RGB (Red+Green+Blue) = 144+53+213=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #9035D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035D5 is #6FCA2A. Grayscale: #616161. Windows color (decimal): -7326251 or 13972880. OLE color: 13972880.
HSL color Cylindrical-coordinate representation of color #9035D5: hue angle of 274.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9035D5 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 53 | 213 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.16 |
| HSL | 274.13º | 0.66% | 0.52% | - |
| HSV(B) | 274.13º | 0.75% | 0.84% | - |
| XYZ | 24.78 | 13.28 | 64.21 | - |
| YUV | 98.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 213 | 0.32 | 0.75 | 0 | 0.16 | 274.13 | 0.66 | 0.52 |
| Hex | 90 | 35 | D5 | 20 | 4B | 0 | 10 | 112 | 42 | 34 |
| Octal | 220 | 65 | 325 | 40 | 113 | 0 | 20 | 422 | 102 | 64 |
| Binary | 10010000 | 110101 | 11010101 | 100000 | 1001011 | 0 | 10000 | 100010010 | 1000010 | 110100 |
Color Harmonies of #9035D5
Complementary color
Monochromatic Colors of #9035D5
Black with #9035D5
Text Example
Text Example
White with #9035D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035D5; }
p { color: rgb(144,53,213); }
H1.HeaderClassName
{
color: #9035D5;
}
.AnyTagClassName
{
color: #9035D5;
}
</style>
background-color css
<style>
a { background-color: #9035D5; }
a { background-color: rgb(144,53,213); }
div.DivClassName
{
background-color: #9035D5;
}
.BgClassName
{
background-color: #9035D5;
}
</style>
border-color css
<style>
span { border-color: #9035D5; }
span { border-color: rgb(144,53,213); }
td.TdClassName
{
border-color: #9035D5;
}
.TagClassName
{
border-color: #9035D5;
}
</style>