Shades of Dark Orchid #9A32CE
Tints of Dark Orchid #9A32CE
RGB
CMYK
RGB Variations
Color information
#9A32CE (or 0x9A32CE) is known color: Dark Orchid. HEX triplet: 9A, 32 and CE. RGB value is (154,50,206). Sum of RGB (Red+Green+Blue) = 154+50+206=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A32CE is #65CD31. Grayscale: #626262. Windows color (decimal): -6671666 or 13513370. OLE color: 13513370.
HSL color Cylindrical-coordinate representation of color #9A32CE: hue angle of 280º 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 #9A32CE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 50 | 206 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.19 |
| HSL | 280º | 0.61% | 0.5% | - |
| HSV(B) | 280º | 0.76% | 0.81% | - |
| XYZ | 25.61 | 13.61 | 59.67 | - |
| YUV | 98.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 206 | 0.25 | 0.76 | 0 | 0.19 | 280 | 0.61 | 0.5 |
| Hex | 9A | 32 | CE | 19 | 4C | 0 | 13 | 118 | 3D | 32 |
| Octal | 232 | 62 | 316 | 31 | 114 | 0 | 23 | 430 | 75 | 62 |
| Binary | 10011010 | 110010 | 11001110 | 11001 | 1001100 | 0 | 10011 | 100011000 | 111101 | 110010 |
Color Harmonies of #9A32CE
Complementary color
Monochromatic Colors of #9A32CE
Black with #9A32CE
Text Example
Text Example
White with #9A32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A32CE; }
p { color: rgb(154,50,206); }
H1.HeaderClassName
{
color: #9A32CE;
}
.AnyTagClassName
{
color: #9A32CE;
}
</style>
background-color css
<style>
a { background-color: #9A32CE; }
a { background-color: rgb(154,50,206); }
div.DivClassName
{
background-color: #9A32CE;
}
.BgClassName
{
background-color: #9A32CE;
}
</style>
border-color css
<style>
span { border-color: #9A32CE; }
span { border-color: rgb(154,50,206); }
td.TdClassName
{
border-color: #9A32CE;
}
.TagClassName
{
border-color: #9A32CE;
}
</style>