Shades of Dark Orchid #9032CE
Tints of Dark Orchid #9032CE
RGB
CMYK
RGB Variations
Color information
#9032CE (or 0x9032CE) is known color: Dark Orchid. HEX triplet: 90, 32 and CE. RGB value is (144,50,206). Sum of RGB (Red+Green+Blue) = 144+50+206=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #9032CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9032CE is #6FCD31. Grayscale: #5F5F5F. Windows color (decimal): -7327026 or 13513360. OLE color: 13513360.
HSL color Cylindrical-coordinate representation of color #9032CE: hue angle of 276.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9032CE is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 50 | 206 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.19 |
| HSL | 276.15º | 0.61% | 0.5% | - |
| HSV(B) | 276.15º | 0.76% | 0.81% | - |
| XYZ | 23.78 | 12.67 | 59.58 | - |
| YUV | 95.89 | 190.14 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 206 | 0.30 | 0.76 | 0 | 0.19 | 276.15 | 0.61 | 0.5 |
| Hex | 90 | 32 | CE | 1E | 4C | 0 | 13 | 114 | 3D | 32 |
| Octal | 220 | 62 | 316 | 36 | 114 | 0 | 23 | 424 | 75 | 62 |
| Binary | 10010000 | 110010 | 11001110 | 11110 | 1001100 | 0 | 10011 | 100010100 | 111101 | 110010 |
Color Harmonies of #9032CE
Complementary color
Monochromatic Colors of #9032CE
Black with #9032CE
Text Example
Text Example
White with #9032CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9032CE; }
p { color: rgb(144,50,206); }
H1.HeaderClassName
{
color: #9032CE;
}
.AnyTagClassName
{
color: #9032CE;
}
</style>
background-color css
<style>
a { background-color: #9032CE; }
a { background-color: rgb(144,50,206); }
div.DivClassName
{
background-color: #9032CE;
}
.BgClassName
{
background-color: #9032CE;
}
</style>
border-color css
<style>
span { border-color: #9032CE; }
span { border-color: rgb(144,50,206); }
td.TdClassName
{
border-color: #9032CE;
}
.TagClassName
{
border-color: #9032CE;
}
</style>