Shades of Dark Orchid #9A4ADD
Tints of Dark Orchid #9A4ADD
RGB
CMYK
RGB Variations
Color information
#9A4ADD (or 0x9A4ADD) is known color: Dark Orchid. HEX triplet: 9A, 4A and DD. RGB value is (154,74,221). Sum of RGB (Red+Green+Blue) = 154+74+221=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4ADD is #65B522. Grayscale: #727272. Windows color (decimal): -6665507 or 14502554. OLE color: 14502554.
HSL color Cylindrical-coordinate representation of color #9A4ADD: hue angle of 272.65º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A4ADD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 74 | 221 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.13 |
| HSL | 272.65º | 0.68% | 0.58% | - |
| HSV(B) | 272.65º | 0.67% | 0.87% | - |
| XYZ | 28.83 | 16.99 | 70.17 | - |
| YUV | 114.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 221 | 0.30 | 0.67 | 0 | 0.13 | 272.65 | 0.68 | 0.58 |
| Hex | 9A | 4A | DD | 1E | 43 | 0 | D | 111 | 44 | 3A |
| Octal | 232 | 112 | 335 | 36 | 103 | 0 | 15 | 421 | 104 | 72 |
| Binary | 10011010 | 1001010 | 11011101 | 11110 | 1000011 | 0 | 1101 | 100010001 | 1000100 | 111010 |
Color Harmonies of #9A4ADD
Complementary color
Monochromatic Colors of #9A4ADD
Black with #9A4ADD
Text Example
Text Example
White with #9A4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4ADD; }
p { color: rgb(154,74,221); }
H1.HeaderClassName
{
color: #9A4ADD;
}
.AnyTagClassName
{
color: #9A4ADD;
}
</style>
background-color css
<style>
a { background-color: #9A4ADD; }
a { background-color: rgb(154,74,221); }
div.DivClassName
{
background-color: #9A4ADD;
}
.BgClassName
{
background-color: #9A4ADD;
}
</style>
border-color css
<style>
span { border-color: #9A4ADD; }
span { border-color: rgb(154,74,221); }
td.TdClassName
{
border-color: #9A4ADD;
}
.TagClassName
{
border-color: #9A4ADD;
}
</style>