Shades of Dark Orchid #9035CE
Tints of Dark Orchid #9035CE
RGB
CMYK
RGB Variations
Color information
#9035CE (or 0x9035CE) is known color: Dark Orchid. HEX triplet: 90, 35 and CE. RGB value is (144,53,206). Sum of RGB (Red+Green+Blue) = 144+53+206=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #9035CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035CE is #6FCA31. Grayscale: #616161. Windows color (decimal): -7326258 or 13514128. OLE color: 13514128.
HSL color Cylindrical-coordinate representation of color #9035CE: hue angle of 275.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9035CE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 53 | 206 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.19 |
| HSL | 275.69º | 0.61% | 0.51% | - |
| HSV(B) | 275.69º | 0.74% | 0.81% | - |
| XYZ | 23.92 | 12.93 | 59.63 | - |
| YUV | 97.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 206 | 0.30 | 0.74 | 0 | 0.19 | 275.69 | 0.61 | 0.51 |
| Hex | 90 | 35 | CE | 1E | 4A | 0 | 13 | 114 | 3D | 33 |
| Octal | 220 | 65 | 316 | 36 | 112 | 0 | 23 | 424 | 75 | 63 |
| Binary | 10010000 | 110101 | 11001110 | 11110 | 1001010 | 0 | 10011 | 100010100 | 111101 | 110011 |
Color Harmonies of #9035CE
Complementary color
Monochromatic Colors of #9035CE
Black with #9035CE
Text Example
Text Example
White with #9035CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035CE; }
p { color: rgb(144,53,206); }
H1.HeaderClassName
{
color: #9035CE;
}
.AnyTagClassName
{
color: #9035CE;
}
</style>
background-color css
<style>
a { background-color: #9035CE; }
a { background-color: rgb(144,53,206); }
div.DivClassName
{
background-color: #9035CE;
}
.BgClassName
{
background-color: #9035CE;
}
</style>
border-color css
<style>
span { border-color: #9035CE; }
span { border-color: rgb(144,53,206); }
td.TdClassName
{
border-color: #9035CE;
}
.TagClassName
{
border-color: #9035CE;
}
</style>