Shades of Dark Orchid #9347D4
Tints of Dark Orchid #9347D4
RGB
CMYK
RGB Variations
Color information
#9347D4 (or 0x9347D4) is known color: Dark Orchid. HEX triplet: 93, 47 and D4. RGB value is (147,71,212). Sum of RGB (Red+Green+Blue) = 147+71+212=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #9347D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347D4 is #6CB82B. Grayscale: #6D6D6D. Windows color (decimal): -7125036 or 13911955. OLE color: 13911955.
HSL color Cylindrical-coordinate representation of color #9347D4: hue angle of 272.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9347D4 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 71 | 212 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.17 |
| HSL | 272.34º | 0.62% | 0.55% | - |
| HSV(B) | 272.34º | 0.67% | 0.83% | - |
| XYZ | 26.17 | 15.46 | 63.89 | - |
| YUV | 109.8 | 185.68 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 212 | 0.31 | 0.67 | 0 | 0.17 | 272.34 | 0.62 | 0.55 |
| Hex | 93 | 47 | D4 | 1F | 43 | 0 | 11 | 110 | 3E | 37 |
| Octal | 223 | 107 | 324 | 37 | 103 | 0 | 21 | 420 | 76 | 67 |
| Binary | 10010011 | 1000111 | 11010100 | 11111 | 1000011 | 0 | 10001 | 100010000 | 111110 | 110111 |
Color Harmonies of #9347D4
Complementary color
Monochromatic Colors of #9347D4
Black with #9347D4
Text Example
Text Example
White with #9347D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347D4; }
p { color: rgb(147,71,212); }
H1.HeaderClassName
{
color: #9347D4;
}
.AnyTagClassName
{
color: #9347D4;
}
</style>
background-color css
<style>
a { background-color: #9347D4; }
a { background-color: rgb(147,71,212); }
div.DivClassName
{
background-color: #9347D4;
}
.BgClassName
{
background-color: #9347D4;
}
</style>
border-color css
<style>
span { border-color: #9347D4; }
span { border-color: rgb(147,71,212); }
td.TdClassName
{
border-color: #9347D4;
}
.TagClassName
{
border-color: #9347D4;
}
</style>