Shades of Dark Orchid #9A2FAD
Tints of Dark Orchid #9A2FAD
RGB
CMYK
RGB Variations
Color information
#9A2FAD (or 0x9A2FAD) is known color: Dark Orchid. HEX triplet: 9A, 2F and AD. RGB value is (154,47,173). Sum of RGB (Red+Green+Blue) = 154+47+173=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2FAD is #65D052. Grayscale: #5C5C5C. Windows color (decimal): -6672467 or 11349914. OLE color: 11349914.
HSL color Cylindrical-coordinate representation of color #9A2FAD: hue angle of 290.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2FAD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 47 | 173 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.32 |
| HSL | 290.95º | 0.57% | 0.43% | - |
| HSV(B) | 290.95º | 0.73% | 0.68% | - |
| XYZ | 21.89 | 11.92 | 40.68 | - |
| YUV | 93.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 173 | 0.11 | 0.73 | 0 | 0.32 | 290.95 | 0.57 | 0.43 |
| Hex | 9A | 2F | AD | B | 49 | 0 | 20 | 123 | 39 | 2B |
| Octal | 232 | 57 | 255 | 13 | 111 | 0 | 40 | 443 | 71 | 53 |
| Binary | 10011010 | 101111 | 10101101 | 1011 | 1001001 | 0 | 100000 | 100100011 | 111001 | 101011 |
Color Harmonies of #9A2FAD
Complementary color
Monochromatic Colors of #9A2FAD
Black with #9A2FAD
Text Example
Text Example
White with #9A2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2FAD; }
p { color: rgb(154,47,173); }
H1.HeaderClassName
{
color: #9A2FAD;
}
.AnyTagClassName
{
color: #9A2FAD;
}
</style>
background-color css
<style>
a { background-color: #9A2FAD; }
a { background-color: rgb(154,47,173); }
div.DivClassName
{
background-color: #9A2FAD;
}
.BgClassName
{
background-color: #9A2FAD;
}
</style>
border-color css
<style>
span { border-color: #9A2FAD; }
span { border-color: rgb(154,47,173); }
td.TdClassName
{
border-color: #9A2FAD;
}
.TagClassName
{
border-color: #9A2FAD;
}
</style>