Shades of Dark Orchid #9547CC
Tints of Dark Orchid #9547CC
RGB
CMYK
RGB Variations
Color information
#9547CC (or 0x9547CC) is known color: Dark Orchid. HEX triplet: 95, 47 and CC. RGB value is (149,71,204). Sum of RGB (Red+Green+Blue) = 149+71+204=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #9547CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547CC is #6AB833. Grayscale: #6D6D6D. Windows color (decimal): -6993972 or 13387669. OLE color: 13387669.
HSL color Cylindrical-coordinate representation of color #9547CC: hue angle of 275.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9547CC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 71 | 204 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.2 |
| HSL | 275.19º | 0.57% | 0.54% | - |
| HSV(B) | 275.19º | 0.65% | 0.8% | - |
| XYZ | 25.55 | 15.26 | 58.72 | - |
| YUV | 109.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 204 | 0.27 | 0.65 | 0 | 0.2 | 275.19 | 0.57 | 0.54 |
| Hex | 95 | 47 | CC | 1B | 41 | 0 | 14 | 113 | 39 | 36 |
| Octal | 225 | 107 | 314 | 33 | 101 | 0 | 24 | 423 | 71 | 66 |
| Binary | 10010101 | 1000111 | 11001100 | 11011 | 1000001 | 0 | 10100 | 100010011 | 111001 | 110110 |
Color Harmonies of #9547CC
Complementary color
Monochromatic Colors of #9547CC
Black with #9547CC
Text Example
Text Example
White with #9547CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547CC; }
p { color: rgb(149,71,204); }
H1.HeaderClassName
{
color: #9547CC;
}
.AnyTagClassName
{
color: #9547CC;
}
</style>
background-color css
<style>
a { background-color: #9547CC; }
a { background-color: rgb(149,71,204); }
div.DivClassName
{
background-color: #9547CC;
}
.BgClassName
{
background-color: #9547CC;
}
</style>
border-color css
<style>
span { border-color: #9547CC; }
span { border-color: rgb(149,71,204); }
td.TdClassName
{
border-color: #9547CC;
}
.TagClassName
{
border-color: #9547CC;
}
</style>