Shades of Dark Orchid #9A32DD
Tints of Dark Orchid #9A32DD
RGB
CMYK
RGB Variations
Color information
#9A32DD (or 0x9A32DD) is known color: Dark Orchid. HEX triplet: 9A, 32 and DD. RGB value is (154,50,221). Sum of RGB (Red+Green+Blue) = 154+50+221=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A32DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A32DD is #65CD22. Grayscale: #646464. Windows color (decimal): -6671651 or 14496410. OLE color: 14496410.
HSL color Cylindrical-coordinate representation of color #9A32DD: hue angle of 276.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A32DD is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 50 | 221 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.13 |
| HSL | 276.49º | 0.72% | 0.53% | - |
| HSV(B) | 276.49º | 0.77% | 0.87% | - |
| XYZ | 27.52 | 14.37 | 69.73 | - |
| YUV | 100.59 | 195.96 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 221 | 0.30 | 0.77 | 0 | 0.13 | 276.49 | 0.72 | 0.53 |
| Hex | 9A | 32 | DD | 1E | 4D | 0 | D | 114 | 48 | 35 |
| Octal | 232 | 62 | 335 | 36 | 115 | 0 | 15 | 424 | 110 | 65 |
| Binary | 10011010 | 110010 | 11011101 | 11110 | 1001101 | 0 | 1101 | 100010100 | 1001000 | 110101 |
Color Harmonies of #9A32DD
Complementary color
Monochromatic Colors of #9A32DD
Black with #9A32DD
Text Example
Text Example
White with #9A32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A32DD; }
p { color: rgb(154,50,221); }
H1.HeaderClassName
{
color: #9A32DD;
}
.AnyTagClassName
{
color: #9A32DD;
}
</style>
background-color css
<style>
a { background-color: #9A32DD; }
a { background-color: rgb(154,50,221); }
div.DivClassName
{
background-color: #9A32DD;
}
.BgClassName
{
background-color: #9A32DD;
}
</style>
border-color css
<style>
span { border-color: #9A32DD; }
span { border-color: rgb(154,50,221); }
td.TdClassName
{
border-color: #9A32DD;
}
.TagClassName
{
border-color: #9A32DD;
}
</style>