Shades of Dark Purple #941C7D
Tints of Dark Purple #941C7D
RGB
CMYK
RGB Variations
Color information
#941C7D (or 0x941C7D) is known color: Dark Purple. HEX triplet: 94, 1C and 7D. RGB value is (148,28,125). Sum of RGB (Red+Green+Blue) = 148+28+125=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #941C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C7D is #6BE382. Grayscale: #4A4A4A. Windows color (decimal): -7070595 or 8199316. OLE color: 8199316.
HSL color Cylindrical-coordinate representation of color #941C7D: hue angle of 311.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C7D is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 125 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.42 |
| HSL | 311.5º | 0.68% | 0.35% | - |
| HSV(B) | 311.5º | 0.81% | 0.58% | - |
| XYZ | 16.33 | 8.61 | 20.2 | - |
| YUV | 74.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 125 | 0 | 0.81 | 0.16 | 0.42 | 311.5 | 0.68 | 0.35 |
| Hex | 94 | 1C | 7D | 0 | 51 | 10 | 2A | 138 | 44 | 23 |
| Octal | 224 | 34 | 175 | 0 | 121 | 20 | 52 | 470 | 104 | 43 |
| Binary | 10010100 | 11100 | 1111101 | 0 | 1010001 | 10000 | 101010 | 100111000 | 1000100 | 100011 |
Color Harmonies of #941C7D
Complementary color
Monochromatic Colors of #941C7D
Black with #941C7D
Text Example
Text Example
White with #941C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C7D; }
p { color: rgb(148,28,125); }
H1.HeaderClassName
{
color: #941C7D;
}
.AnyTagClassName
{
color: #941C7D;
}
</style>
background-color css
<style>
a { background-color: #941C7D; }
a { background-color: rgb(148,28,125); }
div.DivClassName
{
background-color: #941C7D;
}
.BgClassName
{
background-color: #941C7D;
}
</style>
border-color css
<style>
span { border-color: #941C7D; }
span { border-color: rgb(148,28,125); }
td.TdClassName
{
border-color: #941C7D;
}
.TagClassName
{
border-color: #941C7D;
}
</style>