Shades of Dark Orchid #9147D7
Tints of Dark Orchid #9147D7
RGB
CMYK
RGB Variations
Color information
#9147D7 (or 0x9147D7) is known color: Dark Orchid. HEX triplet: 91, 47 and D7. RGB value is (145,71,215). Sum of RGB (Red+Green+Blue) = 145+71+215=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #9147D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147D7 is #6EB828. Grayscale: #6D6D6D. Windows color (decimal): -7256105 or 14108561. OLE color: 14108561.
HSL color Cylindrical-coordinate representation of color #9147D7: hue angle of 270.83º 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 #9147D7 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 71 | 215 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.16 |
| HSL | 270.83º | 0.64% | 0.56% | - |
| HSV(B) | 270.83º | 0.67% | 0.84% | - |
| XYZ | 26.2 | 15.43 | 65.89 | - |
| YUV | 109.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 215 | 0.33 | 0.67 | 0 | 0.16 | 270.83 | 0.64 | 0.56 |
| Hex | 91 | 47 | D7 | 21 | 43 | 0 | 10 | 10F | 40 | 38 |
| Octal | 221 | 107 | 327 | 41 | 103 | 0 | 20 | 417 | 100 | 70 |
| Binary | 10010001 | 1000111 | 11010111 | 100001 | 1000011 | 0 | 10000 | 100001111 | 1000000 | 111000 |
Color Harmonies of #9147D7
Complementary color
Monochromatic Colors of #9147D7
Black with #9147D7
Text Example
Text Example
White with #9147D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9147D7; }
p { color: rgb(145,71,215); }
H1.HeaderClassName
{
color: #9147D7;
}
.AnyTagClassName
{
color: #9147D7;
}
</style>
background-color css
<style>
a { background-color: #9147D7; }
a { background-color: rgb(145,71,215); }
div.DivClassName
{
background-color: #9147D7;
}
.BgClassName
{
background-color: #9147D7;
}
</style>
border-color css
<style>
span { border-color: #9147D7; }
span { border-color: rgb(145,71,215); }
td.TdClassName
{
border-color: #9147D7;
}
.TagClassName
{
border-color: #9147D7;
}
</style>