Shades of Dark Orchid #9541CD
Tints of Dark Orchid #9541CD
RGB
CMYK
RGB Variations
Color information
#9541CD (or 0x9541CD) is known color: Dark Orchid. HEX triplet: 95, 41 and CD. RGB value is (149,65,205). Sum of RGB (Red+Green+Blue) = 149+65+205=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #9541CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541CD is #6ABE32. Grayscale: #696969. Windows color (decimal): -6995507 or 13451669. OLE color: 13451669.
HSL color Cylindrical-coordinate representation of color #9541CD: hue angle of 276º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9541CD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 65 | 205 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.20 |
| HSL | 276º | 0.58% | 0.53% | - |
| HSV(B) | 276º | 0.68% | 0.8% | - |
| XYZ | 25.3 | 14.58 | 59.24 | - |
| YUV | 106.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 205 | 0.27 | 0.68 | 0 | 0.20 | 276 | 0.58 | 0.53 |
| Hex | 95 | 41 | CD | 1B | 44 | 0 | 14 | 114 | 3A | 35 |
| Octal | 225 | 101 | 315 | 33 | 104 | 0 | 24 | 424 | 72 | 65 |
| Binary | 10010101 | 1000001 | 11001101 | 11011 | 1000100 | 0 | 10100 | 100010100 | 111010 | 110101 |
Color Harmonies of #9541CD
Complementary color
Monochromatic Colors of #9541CD
Black with #9541CD
Text Example
Text Example
White with #9541CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541CD; }
p { color: rgb(149,65,205); }
H1.HeaderClassName
{
color: #9541CD;
}
.AnyTagClassName
{
color: #9541CD;
}
</style>
background-color css
<style>
a { background-color: #9541CD; }
a { background-color: rgb(149,65,205); }
div.DivClassName
{
background-color: #9541CD;
}
.BgClassName
{
background-color: #9541CD;
}
</style>
border-color css
<style>
span { border-color: #9541CD; }
span { border-color: rgb(149,65,205); }
td.TdClassName
{
border-color: #9541CD;
}
.TagClassName
{
border-color: #9541CD;
}
</style>