Shades of Dark Orchid #9035CC
Tints of Dark Orchid #9035CC
RGB
CMYK
RGB Variations
Color information
#9035CC (or 0x9035CC) is known color: Dark Orchid. HEX triplet: 90, 35 and CC. RGB value is (144,53,204). Sum of RGB (Red+Green+Blue) = 144+53+204=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9035CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035CC is #6FCA33. Grayscale: #606060. Windows color (decimal): -7326260 or 13383056. OLE color: 13383056.
HSL color Cylindrical-coordinate representation of color #9035CC: hue angle of 276.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9035CC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 53 | 204 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.2 |
| HSL | 276.16º | 0.6% | 0.5% | - |
| HSV(B) | 276.16º | 0.74% | 0.8% | - |
| XYZ | 23.67 | 12.84 | 58.36 | - |
| YUV | 97.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 204 | 0.29 | 0.74 | 0 | 0.2 | 276.16 | 0.6 | 0.5 |
| Hex | 90 | 35 | CC | 1D | 4A | 0 | 14 | 114 | 3C | 32 |
| Octal | 220 | 65 | 314 | 35 | 112 | 0 | 24 | 424 | 74 | 62 |
| Binary | 10010000 | 110101 | 11001100 | 11101 | 1001010 | 0 | 10100 | 100010100 | 111100 | 110010 |
Color Harmonies of #9035CC
Complementary color
Monochromatic Colors of #9035CC
Black with #9035CC
Text Example
Text Example
White with #9035CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035CC; }
p { color: rgb(144,53,204); }
H1.HeaderClassName
{
color: #9035CC;
}
.AnyTagClassName
{
color: #9035CC;
}
</style>
background-color css
<style>
a { background-color: #9035CC; }
a { background-color: rgb(144,53,204); }
div.DivClassName
{
background-color: #9035CC;
}
.BgClassName
{
background-color: #9035CC;
}
</style>
border-color css
<style>
span { border-color: #9035CC; }
span { border-color: rgb(144,53,204); }
td.TdClassName
{
border-color: #9035CC;
}
.TagClassName
{
border-color: #9035CC;
}
</style>