Shades of Dark Orchid #9341D6
Tints of Dark Orchid #9341D6
RGB
CMYK
RGB Variations
Color information
#9341D6 (or 0x9341D6) is known color: Dark Orchid. HEX triplet: 93, 41 and D6. RGB value is (147,65,214). Sum of RGB (Red+Green+Blue) = 147+65+214=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #9341D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341D6 is #6CBE29. Grayscale: #696969. Windows color (decimal): -7126570 or 14041491. OLE color: 14041491.
HSL color Cylindrical-coordinate representation of color #9341D6: hue angle of 273.02º 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 #9341D6 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 65 | 214 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.16 |
| HSL | 273.02º | 0.65% | 0.55% | - |
| HSV(B) | 273.02º | 0.7% | 0.84% | - |
| XYZ | 26.06 | 14.84 | 65.11 | - |
| YUV | 106.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 214 | 0.31 | 0.70 | 0 | 0.16 | 273.02 | 0.65 | 0.55 |
| Hex | 93 | 41 | D6 | 1F | 46 | 0 | 10 | 111 | 41 | 37 |
| Octal | 223 | 101 | 326 | 37 | 106 | 0 | 20 | 421 | 101 | 67 |
| Binary | 10010011 | 1000001 | 11010110 | 11111 | 1000110 | 0 | 10000 | 100010001 | 1000001 | 110111 |
Color Harmonies of #9341D6
Complementary color
Monochromatic Colors of #9341D6
Black with #9341D6
Text Example
Text Example
White with #9341D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341D6; }
p { color: rgb(147,65,214); }
H1.HeaderClassName
{
color: #9341D6;
}
.AnyTagClassName
{
color: #9341D6;
}
</style>
background-color css
<style>
a { background-color: #9341D6; }
a { background-color: rgb(147,65,214); }
div.DivClassName
{
background-color: #9341D6;
}
.BgClassName
{
background-color: #9341D6;
}
</style>
border-color css
<style>
span { border-color: #9341D6; }
span { border-color: rgb(147,65,214); }
td.TdClassName
{
border-color: #9341D6;
}
.TagClassName
{
border-color: #9341D6;
}
</style>