Shades of Dark Orchid #9547CE
Tints of Dark Orchid #9547CE
RGB
CMYK
RGB Variations
Color information
#9547CE (or 0x9547CE) is known color: Dark Orchid. HEX triplet: 95, 47 and CE. RGB value is (149,71,206). Sum of RGB (Red+Green+Blue) = 149+71+206=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #9547CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547CE is #6AB831. Grayscale: #6D6D6D. Windows color (decimal): -6993970 or 13518741. OLE color: 13518741.
HSL color Cylindrical-coordinate representation of color #9547CE: hue angle of 274.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9547CE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 71 | 206 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.19 |
| HSL | 274.67º | 0.58% | 0.54% | - |
| HSV(B) | 274.67º | 0.66% | 0.81% | - |
| XYZ | 25.79 | 15.35 | 60 | - |
| YUV | 109.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 206 | 0.28 | 0.66 | 0 | 0.19 | 274.67 | 0.58 | 0.54 |
| Hex | 95 | 47 | CE | 1C | 42 | 0 | 13 | 113 | 3A | 36 |
| Octal | 225 | 107 | 316 | 34 | 102 | 0 | 23 | 423 | 72 | 66 |
| Binary | 10010101 | 1000111 | 11001110 | 11100 | 1000010 | 0 | 10011 | 100010011 | 111010 | 110110 |
Color Harmonies of #9547CE
Complementary color
Monochromatic Colors of #9547CE
Black with #9547CE
Text Example
Text Example
White with #9547CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547CE; }
p { color: rgb(149,71,206); }
H1.HeaderClassName
{
color: #9547CE;
}
.AnyTagClassName
{
color: #9547CE;
}
</style>
background-color css
<style>
a { background-color: #9547CE; }
a { background-color: rgb(149,71,206); }
div.DivClassName
{
background-color: #9547CE;
}
.BgClassName
{
background-color: #9547CE;
}
</style>
border-color css
<style>
span { border-color: #9547CE; }
span { border-color: rgb(149,71,206); }
td.TdClassName
{
border-color: #9547CE;
}
.TagClassName
{
border-color: #9547CE;
}
</style>