Shades of Dark Orchid #9541C2
Tints of Dark Orchid #9541C2
RGB
CMYK
RGB Variations
Color information
#9541C2 (or 0x9541C2) is known color: Dark Orchid. HEX triplet: 95, 41 and C2. RGB value is (149,65,194). Sum of RGB (Red+Green+Blue) = 149+65+194=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #9541C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541C2 is #6ABE3D. Grayscale: #686868. Windows color (decimal): -6995518 or 12730773. OLE color: 12730773.
HSL color Cylindrical-coordinate representation of color #9541C2: hue angle of 279.07º 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 #9541C2 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 65 | 194 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.24 |
| HSL | 279.07º | 0.51% | 0.51% | - |
| HSV(B) | 279.07º | 0.66% | 0.76% | - |
| XYZ | 24.02 | 14.07 | 52.49 | - |
| YUV | 104.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 194 | 0.23 | 0.66 | 0 | 0.24 | 279.07 | 0.51 | 0.51 |
| Hex | 95 | 41 | C2 | 17 | 42 | 0 | 18 | 117 | 33 | 33 |
| Octal | 225 | 101 | 302 | 27 | 102 | 0 | 30 | 427 | 63 | 63 |
| Binary | 10010101 | 1000001 | 11000010 | 10111 | 1000010 | 0 | 11000 | 100010111 | 110011 | 110011 |
Color Harmonies of #9541C2
Complementary color
Monochromatic Colors of #9541C2
Black with #9541C2
Text Example
Text Example
White with #9541C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541C2; }
p { color: rgb(149,65,194); }
H1.HeaderClassName
{
color: #9541C2;
}
.AnyTagClassName
{
color: #9541C2;
}
</style>
background-color css
<style>
a { background-color: #9541C2; }
a { background-color: rgb(149,65,194); }
div.DivClassName
{
background-color: #9541C2;
}
.BgClassName
{
background-color: #9541C2;
}
</style>
border-color css
<style>
span { border-color: #9541C2; }
span { border-color: rgb(149,65,194); }
td.TdClassName
{
border-color: #9541C2;
}
.TagClassName
{
border-color: #9541C2;
}
</style>