Shades of Dark Orchid #9541D5
Tints of Dark Orchid #9541D5
RGB
CMYK
RGB Variations
Color information
#9541D5 (or 0x9541D5) is known color: Dark Orchid. HEX triplet: 95, 41 and D5. RGB value is (149,65,213). Sum of RGB (Red+Green+Blue) = 149+65+213=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #9541D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541D5 is #6ABE2A. Grayscale: #6A6A6A. Windows color (decimal): -6995499 or 13975957. OLE color: 13975957.
HSL color Cylindrical-coordinate representation of color #9541D5: hue angle of 274.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9541D5 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 65 | 213 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.16 |
| HSL | 274.05º | 0.64% | 0.55% | - |
| HSV(B) | 274.05º | 0.69% | 0.84% | - |
| XYZ | 26.29 | 14.97 | 64.46 | - |
| YUV | 106.99 | 187.83 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 213 | 0.30 | 0.69 | 0 | 0.16 | 274.05 | 0.64 | 0.55 |
| Hex | 95 | 41 | D5 | 1E | 45 | 0 | 10 | 112 | 40 | 37 |
| Octal | 225 | 101 | 325 | 36 | 105 | 0 | 20 | 422 | 100 | 67 |
| Binary | 10010101 | 1000001 | 11010101 | 11110 | 1000101 | 0 | 10000 | 100010010 | 1000000 | 110111 |
Color Harmonies of #9541D5
Complementary color
Monochromatic Colors of #9541D5
Black with #9541D5
Text Example
Text Example
White with #9541D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541D5; }
p { color: rgb(149,65,213); }
H1.HeaderClassName
{
color: #9541D5;
}
.AnyTagClassName
{
color: #9541D5;
}
</style>
background-color css
<style>
a { background-color: #9541D5; }
a { background-color: rgb(149,65,213); }
div.DivClassName
{
background-color: #9541D5;
}
.BgClassName
{
background-color: #9541D5;
}
</style>
border-color css
<style>
span { border-color: #9541D5; }
span { border-color: rgb(149,65,213); }
td.TdClassName
{
border-color: #9541D5;
}
.TagClassName
{
border-color: #9541D5;
}
</style>