Shades of Dark Orchid #9340D7
Tints of Dark Orchid #9340D7
RGB
CMYK
RGB Variations
Color information
#9340D7 (or 0x9340D7) is known color: Dark Orchid. HEX triplet: 93, 40 and D7. RGB value is (147,64,215). Sum of RGB (Red+Green+Blue) = 147+64+215=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #9340D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9340D7 is #6CBF28. Grayscale: #696969. Windows color (decimal): -7126825 or 14106771. OLE color: 14106771.
HSL color Cylindrical-coordinate representation of color #9340D7: hue angle of 272.98º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9340D7 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 64 | 215 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.16 |
| HSL | 272.98º | 0.65% | 0.55% | - |
| HSV(B) | 272.98º | 0.7% | 0.84% | - |
| XYZ | 26.13 | 14.78 | 65.76 | - |
| YUV | 106.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 215 | 0.32 | 0.70 | 0 | 0.16 | 272.98 | 0.65 | 0.55 |
| Hex | 93 | 40 | D7 | 20 | 46 | 0 | 10 | 111 | 41 | 37 |
| Octal | 223 | 100 | 327 | 40 | 106 | 0 | 20 | 421 | 101 | 67 |
| Binary | 10010011 | 1000000 | 11010111 | 100000 | 1000110 | 0 | 10000 | 100010001 | 1000001 | 110111 |
Color Harmonies of #9340D7
Complementary color
Monochromatic Colors of #9340D7
Black with #9340D7
Text Example
Text Example
White with #9340D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9340D7; }
p { color: rgb(147,64,215); }
H1.HeaderClassName
{
color: #9340D7;
}
.AnyTagClassName
{
color: #9340D7;
}
</style>
background-color css
<style>
a { background-color: #9340D7; }
a { background-color: rgb(147,64,215); }
div.DivClassName
{
background-color: #9340D7;
}
.BgClassName
{
background-color: #9340D7;
}
</style>
border-color css
<style>
span { border-color: #9340D7; }
span { border-color: rgb(147,64,215); }
td.TdClassName
{
border-color: #9340D7;
}
.TagClassName
{
border-color: #9340D7;
}
</style>