Shades of Dark Orchid #9341D9
Tints of Dark Orchid #9341D9
RGB
CMYK
RGB Variations
Color information
#9341D9 (or 0x9341D9) is known color: Dark Orchid. HEX triplet: 93, 41 and D9. RGB value is (147,65,217). Sum of RGB (Red+Green+Blue) = 147+65+217=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #9341D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341D9 is #6CBE26. Grayscale: #6A6A6A. Windows color (decimal): -7126567 or 14238099. OLE color: 14238099.
HSL color Cylindrical-coordinate representation of color #9341D9: hue angle of 272.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9341D9 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 65 | 217 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.15 |
| HSL | 272.37º | 0.67% | 0.55% | - |
| HSV(B) | 272.37º | 0.7% | 0.85% | - |
| XYZ | 26.45 | 14.99 | 67.15 | - |
| YUV | 106.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 217 | 0.32 | 0.70 | 0 | 0.15 | 272.37 | 0.67 | 0.55 |
| Hex | 93 | 41 | D9 | 20 | 46 | 0 | F | 110 | 43 | 37 |
| Octal | 223 | 101 | 331 | 40 | 106 | 0 | 17 | 420 | 103 | 67 |
| Binary | 10010011 | 1000001 | 11011001 | 100000 | 1000110 | 0 | 1111 | 100010000 | 1000011 | 110111 |
Color Harmonies of #9341D9
Complementary color
Monochromatic Colors of #9341D9
Black with #9341D9
Text Example
Text Example
White with #9341D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341D9; }
p { color: rgb(147,65,217); }
H1.HeaderClassName
{
color: #9341D9;
}
.AnyTagClassName
{
color: #9341D9;
}
</style>
background-color css
<style>
a { background-color: #9341D9; }
a { background-color: rgb(147,65,217); }
div.DivClassName
{
background-color: #9341D9;
}
.BgClassName
{
background-color: #9341D9;
}
</style>
border-color css
<style>
span { border-color: #9341D9; }
span { border-color: rgb(147,65,217); }
td.TdClassName
{
border-color: #9341D9;
}
.TagClassName
{
border-color: #9341D9;
}
</style>