Shades of Dark Orchid #9A3ACE
Tints of Dark Orchid #9A3ACE
RGB
CMYK
RGB Variations
Color information
#9A3ACE (or 0x9A3ACE) is known color: Dark Orchid. HEX triplet: 9A, 3A and CE. RGB value is (154,58,206). Sum of RGB (Red+Green+Blue) = 154+58+206=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ACE is #65C531. Grayscale: #676767. Windows color (decimal): -6669618 or 13515418. OLE color: 13515418.
HSL color Cylindrical-coordinate representation of color #9A3ACE: hue angle of 278.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A3ACE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 58 | 206 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.19 |
| HSL | 278.92º | 0.6% | 0.52% | - |
| HSV(B) | 278.92º | 0.72% | 0.81% | - |
| XYZ | 25.98 | 14.35 | 59.79 | - |
| YUV | 103.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 206 | 0.25 | 0.72 | 0 | 0.19 | 278.92 | 0.6 | 0.52 |
| Hex | 9A | 3A | CE | 19 | 48 | 0 | 13 | 117 | 3C | 34 |
| Octal | 232 | 72 | 316 | 31 | 110 | 0 | 23 | 427 | 74 | 64 |
| Binary | 10011010 | 111010 | 11001110 | 11001 | 1001000 | 0 | 10011 | 100010111 | 111100 | 110100 |
Color Harmonies of #9A3ACE
Complementary color
Monochromatic Colors of #9A3ACE
Black with #9A3ACE
Text Example
Text Example
White with #9A3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3ACE; }
p { color: rgb(154,58,206); }
H1.HeaderClassName
{
color: #9A3ACE;
}
.AnyTagClassName
{
color: #9A3ACE;
}
</style>
background-color css
<style>
a { background-color: #9A3ACE; }
a { background-color: rgb(154,58,206); }
div.DivClassName
{
background-color: #9A3ACE;
}
.BgClassName
{
background-color: #9A3ACE;
}
</style>
border-color css
<style>
span { border-color: #9A3ACE; }
span { border-color: rgb(154,58,206); }
td.TdClassName
{
border-color: #9A3ACE;
}
.TagClassName
{
border-color: #9A3ACE;
}
</style>