Shades of Dark Orchid #9035C8
Tints of Dark Orchid #9035C8
RGB
CMYK
RGB Variations
Color information
#9035C8 (or 0x9035C8) is known color: Dark Orchid. HEX triplet: 90, 35 and C8. RGB value is (144,53,200). Sum of RGB (Red+Green+Blue) = 144+53+200=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #9035C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035C8 is #6FCA37. Grayscale: #606060. Windows color (decimal): -7326264 or 13120912. OLE color: 13120912.
HSL color Cylindrical-coordinate representation of color #9035C8: hue angle of 277.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9035C8 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 53 | 200 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.22 |
| HSL | 277.14º | 0.58% | 0.5% | - |
| HSV(B) | 277.14º | 0.74% | 0.78% | - |
| XYZ | 23.2 | 12.65 | 55.86 | - |
| YUV | 96.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 200 | 0.28 | 0.74 | 0 | 0.22 | 277.14 | 0.58 | 0.5 |
| Hex | 90 | 35 | C8 | 1C | 4A | 0 | 16 | 115 | 3A | 32 |
| Octal | 220 | 65 | 310 | 34 | 112 | 0 | 26 | 425 | 72 | 62 |
| Binary | 10010000 | 110101 | 11001000 | 11100 | 1001010 | 0 | 10110 | 100010101 | 111010 | 110010 |
Color Harmonies of #9035C8
Complementary color
Monochromatic Colors of #9035C8
Black with #9035C8
Text Example
Text Example
White with #9035C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035C8; }
p { color: rgb(144,53,200); }
H1.HeaderClassName
{
color: #9035C8;
}
.AnyTagClassName
{
color: #9035C8;
}
</style>
background-color css
<style>
a { background-color: #9035C8; }
a { background-color: rgb(144,53,200); }
div.DivClassName
{
background-color: #9035C8;
}
.BgClassName
{
background-color: #9035C8;
}
</style>
border-color css
<style>
span { border-color: #9035C8; }
span { border-color: rgb(144,53,200); }
td.TdClassName
{
border-color: #9035C8;
}
.TagClassName
{
border-color: #9035C8;
}
</style>