Shades of Dark Orchid #9A47D7
Tints of Dark Orchid #9A47D7
RGB
CMYK
RGB Variations
Color information
#9A47D7 (or 0x9A47D7) is known color: Dark Orchid. HEX triplet: 9A, 47 and D7. RGB value is (154,71,215). Sum of RGB (Red+Green+Blue) = 154+71+215=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A47D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A47D7 is #65B828. Grayscale: #6F6F6F. Windows color (decimal): -6666281 or 14108570. OLE color: 14108570.
HSL color Cylindrical-coordinate representation of color #9A47D7: hue angle of 274.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A47D7 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 71 | 215 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.16 |
| HSL | 274.58º | 0.64% | 0.56% | - |
| HSV(B) | 274.58º | 0.67% | 0.84% | - |
| XYZ | 27.85 | 16.28 | 65.97 | - |
| YUV | 112.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 215 | 0.28 | 0.67 | 0 | 0.16 | 274.58 | 0.64 | 0.56 |
| Hex | 9A | 47 | D7 | 1C | 43 | 0 | 10 | 113 | 40 | 38 |
| Octal | 232 | 107 | 327 | 34 | 103 | 0 | 20 | 423 | 100 | 70 |
| Binary | 10011010 | 1000111 | 11010111 | 11100 | 1000011 | 0 | 10000 | 100010011 | 1000000 | 111000 |
Color Harmonies of #9A47D7
Complementary color
Monochromatic Colors of #9A47D7
Black with #9A47D7
Text Example
Text Example
White with #9A47D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A47D7; }
p { color: rgb(154,71,215); }
H1.HeaderClassName
{
color: #9A47D7;
}
.AnyTagClassName
{
color: #9A47D7;
}
</style>
background-color css
<style>
a { background-color: #9A47D7; }
a { background-color: rgb(154,71,215); }
div.DivClassName
{
background-color: #9A47D7;
}
.BgClassName
{
background-color: #9A47D7;
}
</style>
border-color css
<style>
span { border-color: #9A47D7; }
span { border-color: rgb(154,71,215); }
td.TdClassName
{
border-color: #9A47D7;
}
.TagClassName
{
border-color: #9A47D7;
}
</style>