Shades of Dark Orchid #9347CC
Tints of Dark Orchid #9347CC
RGB
CMYK
RGB Variations
Color information
#9347CC (or 0x9347CC) is known color: Dark Orchid. HEX triplet: 93, 47 and CC. RGB value is (147,71,204). Sum of RGB (Red+Green+Blue) = 147+71+204=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #9347CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347CC is #6CB833. Grayscale: #6C6C6C. Windows color (decimal): -7125044 or 13387667. OLE color: 13387667.
HSL color Cylindrical-coordinate representation of color #9347CC: hue angle of 274.29º 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 #9347CC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 71 | 204 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.2 |
| HSL | 274.29º | 0.57% | 0.54% | - |
| HSV(B) | 274.29º | 0.65% | 0.8% | - |
| XYZ | 25.18 | 15.07 | 58.71 | - |
| YUV | 108.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 204 | 0.28 | 0.65 | 0 | 0.2 | 274.29 | 0.57 | 0.54 |
| Hex | 93 | 47 | CC | 1C | 41 | 0 | 14 | 112 | 39 | 36 |
| Octal | 223 | 107 | 314 | 34 | 101 | 0 | 24 | 422 | 71 | 66 |
| Binary | 10010011 | 1000111 | 11001100 | 11100 | 1000001 | 0 | 10100 | 100010010 | 111001 | 110110 |
Color Harmonies of #9347CC
Complementary color
Monochromatic Colors of #9347CC
Black with #9347CC
Text Example
Text Example
White with #9347CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347CC; }
p { color: rgb(147,71,204); }
H1.HeaderClassName
{
color: #9347CC;
}
.AnyTagClassName
{
color: #9347CC;
}
</style>
background-color css
<style>
a { background-color: #9347CC; }
a { background-color: rgb(147,71,204); }
div.DivClassName
{
background-color: #9347CC;
}
.BgClassName
{
background-color: #9347CC;
}
</style>
border-color css
<style>
span { border-color: #9347CC; }
span { border-color: rgb(147,71,204); }
td.TdClassName
{
border-color: #9347CC;
}
.TagClassName
{
border-color: #9347CC;
}
</style>