Shades of Dark Orchid #9347CE
Tints of Dark Orchid #9347CE
RGB
CMYK
RGB Variations
Color information
#9347CE (or 0x9347CE) is known color: Dark Orchid. HEX triplet: 93, 47 and CE. RGB value is (147,71,206). Sum of RGB (Red+Green+Blue) = 147+71+206=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #9347CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347CE is #6CB831. Grayscale: #6C6C6C. Windows color (decimal): -7125042 or 13518739. OLE color: 13518739.
HSL color Cylindrical-coordinate representation of color #9347CE: hue angle of 273.78º 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 #9347CE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 71 | 206 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.19 |
| HSL | 273.78º | 0.58% | 0.54% | - |
| HSV(B) | 273.78º | 0.66% | 0.81% | - |
| XYZ | 25.43 | 15.17 | 59.98 | - |
| YUV | 109.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 206 | 0.29 | 0.66 | 0 | 0.19 | 273.78 | 0.58 | 0.54 |
| Hex | 93 | 47 | CE | 1D | 42 | 0 | 13 | 112 | 3A | 36 |
| Octal | 223 | 107 | 316 | 35 | 102 | 0 | 23 | 422 | 72 | 66 |
| Binary | 10010011 | 1000111 | 11001110 | 11101 | 1000010 | 0 | 10011 | 100010010 | 111010 | 110110 |
Color Harmonies of #9347CE
Complementary color
Monochromatic Colors of #9347CE
Black with #9347CE
Text Example
Text Example
White with #9347CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347CE; }
p { color: rgb(147,71,206); }
H1.HeaderClassName
{
color: #9347CE;
}
.AnyTagClassName
{
color: #9347CE;
}
</style>
background-color css
<style>
a { background-color: #9347CE; }
a { background-color: rgb(147,71,206); }
div.DivClassName
{
background-color: #9347CE;
}
.BgClassName
{
background-color: #9347CE;
}
</style>
border-color css
<style>
span { border-color: #9347CE; }
span { border-color: rgb(147,71,206); }
td.TdClassName
{
border-color: #9347CE;
}
.TagClassName
{
border-color: #9347CE;
}
</style>