Shades of Dark Orchid #9541C1
Tints of Dark Orchid #9541C1
RGB
CMYK
RGB Variations
Color information
#9541C1 (or 0x9541C1) is known color: Dark Orchid. HEX triplet: 95, 41 and C1. RGB value is (149,65,193). Sum of RGB (Red+Green+Blue) = 149+65+193=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #9541C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541C1 is #6ABE3E. Grayscale: #686868. Windows color (decimal): -6995519 or 12665237. OLE color: 12665237.
HSL color Cylindrical-coordinate representation of color #9541C1: hue angle of 279.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9541C1 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 65 | 193 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.24 |
| HSL | 279.38º | 0.51% | 0.51% | - |
| HSV(B) | 279.38º | 0.66% | 0.76% | - |
| XYZ | 23.91 | 14.02 | 51.9 | - |
| YUV | 104.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 193 | 0.23 | 0.66 | 0 | 0.24 | 279.38 | 0.51 | 0.51 |
| Hex | 95 | 41 | C1 | 17 | 42 | 0 | 18 | 117 | 33 | 33 |
| Octal | 225 | 101 | 301 | 27 | 102 | 0 | 30 | 427 | 63 | 63 |
| Binary | 10010101 | 1000001 | 11000001 | 10111 | 1000010 | 0 | 11000 | 100010111 | 110011 | 110011 |
Color Harmonies of #9541C1
Complementary color
Monochromatic Colors of #9541C1
Black with #9541C1
Text Example
Text Example
White with #9541C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541C1; }
p { color: rgb(149,65,193); }
H1.HeaderClassName
{
color: #9541C1;
}
.AnyTagClassName
{
color: #9541C1;
}
</style>
background-color css
<style>
a { background-color: #9541C1; }
a { background-color: rgb(149,65,193); }
div.DivClassName
{
background-color: #9541C1;
}
.BgClassName
{
background-color: #9541C1;
}
</style>
border-color css
<style>
span { border-color: #9541C1; }
span { border-color: rgb(149,65,193); }
td.TdClassName
{
border-color: #9541C1;
}
.TagClassName
{
border-color: #9541C1;
}
</style>