Shades of Dark Orchid #941DC1
Tints of Dark Orchid #941DC1
RGB
CMYK
RGB Variations
Color information
#941DC1 (or 0x941DC1) is known color: Dark Orchid. HEX triplet: 94, 1D and C1. RGB value is (148,29,193). Sum of RGB (Red+Green+Blue) = 148+29+193=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #941DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DC1 is #6BE23E. Grayscale: #525252. Windows color (decimal): -7070271 or 12656020. OLE color: 12656020.
HSL color Cylindrical-coordinate representation of color #941DC1: hue angle of 283.54º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941DC1 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 29 | 193 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.24 |
| HSL | 283.54º | 0.74% | 0.44% | - |
| HSV(B) | 283.54º | 0.85% | 0.76% | - |
| XYZ | 22.28 | 11.02 | 51.41 | - |
| YUV | 83.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 193 | 0.23 | 0.85 | 0 | 0.24 | 283.54 | 0.74 | 0.44 |
| Hex | 94 | 1D | C1 | 17 | 55 | 0 | 18 | 11C | 4A | 2C |
| Octal | 224 | 35 | 301 | 27 | 125 | 0 | 30 | 434 | 112 | 54 |
| Binary | 10010100 | 11101 | 11000001 | 10111 | 1010101 | 0 | 11000 | 100011100 | 1001010 | 101100 |
Color Harmonies of #941DC1
Complementary color
Monochromatic Colors of #941DC1
Black with #941DC1
Text Example
Text Example
White with #941DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941DC1; }
p { color: rgb(148,29,193); }
H1.HeaderClassName
{
color: #941DC1;
}
.AnyTagClassName
{
color: #941DC1;
}
</style>
background-color css
<style>
a { background-color: #941DC1; }
a { background-color: rgb(148,29,193); }
div.DivClassName
{
background-color: #941DC1;
}
.BgClassName
{
background-color: #941DC1;
}
</style>
border-color css
<style>
span { border-color: #941DC1; }
span { border-color: rgb(148,29,193); }
td.TdClassName
{
border-color: #941DC1;
}
.TagClassName
{
border-color: #941DC1;
}
</style>