Shades of Dark Orchid #9041D7
Tints of Dark Orchid #9041D7
RGB
CMYK
RGB Variations
Color information
#9041D7 (or 0x9041D7) is known color: Dark Orchid. HEX triplet: 90, 41 and D7. RGB value is (144,65,215). Sum of RGB (Red+Green+Blue) = 144+65+215=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #9041D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041D7 is #6FBE28. Grayscale: #696969. Windows color (decimal): -7323177 or 14107024. OLE color: 14107024.
HSL color Cylindrical-coordinate representation of color #9041D7: hue angle of 271.6º 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 #9041D7 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 65 | 215 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.16 |
| HSL | 271.6º | 0.65% | 0.55% | - |
| HSV(B) | 271.6º | 0.7% | 0.84% | - |
| XYZ | 25.66 | 14.62 | 65.76 | - |
| YUV | 105.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 215 | 0.33 | 0.70 | 0 | 0.16 | 271.6 | 0.65 | 0.55 |
| Hex | 90 | 41 | D7 | 21 | 46 | 0 | 10 | 110 | 41 | 37 |
| Octal | 220 | 101 | 327 | 41 | 106 | 0 | 20 | 420 | 101 | 67 |
| Binary | 10010000 | 1000001 | 11010111 | 100001 | 1000110 | 0 | 10000 | 100010000 | 1000001 | 110111 |
Color Harmonies of #9041D7
Complementary color
Monochromatic Colors of #9041D7
Black with #9041D7
Text Example
Text Example
White with #9041D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041D7; }
p { color: rgb(144,65,215); }
H1.HeaderClassName
{
color: #9041D7;
}
.AnyTagClassName
{
color: #9041D7;
}
</style>
background-color css
<style>
a { background-color: #9041D7; }
a { background-color: rgb(144,65,215); }
div.DivClassName
{
background-color: #9041D7;
}
.BgClassName
{
background-color: #9041D7;
}
</style>
border-color css
<style>
span { border-color: #9041D7; }
span { border-color: rgb(144,65,215); }
td.TdClassName
{
border-color: #9041D7;
}
.TagClassName
{
border-color: #9041D7;
}
</style>