Shades of Dark Orchid #9141D6
Tints of Dark Orchid #9141D6
RGB
CMYK
RGB Variations
Color information
#9141D6 (or 0x9141D6) is known color: Dark Orchid. HEX triplet: 91, 41 and D6. RGB value is (145,65,214). Sum of RGB (Red+Green+Blue) = 145+65+214=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #9141D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141D6 is #6EBE29. Grayscale: #696969. Windows color (decimal): -7257642 or 14041489. OLE color: 14041489.
HSL color Cylindrical-coordinate representation of color #9141D6: hue angle of 272.21º 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 #9141D6 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 65 | 214 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.16 |
| HSL | 272.21º | 0.65% | 0.55% | - |
| HSV(B) | 272.21º | 0.7% | 0.84% | - |
| XYZ | 25.7 | 14.66 | 65.09 | - |
| YUV | 105.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 214 | 0.32 | 0.70 | 0 | 0.16 | 272.21 | 0.65 | 0.55 |
| Hex | 91 | 41 | D6 | 20 | 46 | 0 | 10 | 110 | 41 | 37 |
| Octal | 221 | 101 | 326 | 40 | 106 | 0 | 20 | 420 | 101 | 67 |
| Binary | 10010001 | 1000001 | 11010110 | 100000 | 1000110 | 0 | 10000 | 100010000 | 1000001 | 110111 |
Color Harmonies of #9141D6
Complementary color
Monochromatic Colors of #9141D6
Black with #9141D6
Text Example
Text Example
White with #9141D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141D6; }
p { color: rgb(145,65,214); }
H1.HeaderClassName
{
color: #9141D6;
}
.AnyTagClassName
{
color: #9141D6;
}
</style>
background-color css
<style>
a { background-color: #9141D6; }
a { background-color: rgb(145,65,214); }
div.DivClassName
{
background-color: #9141D6;
}
.BgClassName
{
background-color: #9141D6;
}
</style>
border-color css
<style>
span { border-color: #9141D6; }
span { border-color: rgb(145,65,214); }
td.TdClassName
{
border-color: #9141D6;
}
.TagClassName
{
border-color: #9141D6;
}
</style>