Shades of Dark Purple #941C7A
Tints of Dark Purple #941C7A
RGB
CMYK
RGB Variations
Color information
#941C7A (or 0x941C7A) is known color: Dark Purple. HEX triplet: 94, 1C and 7A. RGB value is (148,28,122). Sum of RGB (Red+Green+Blue) = 148+28+122=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #941C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C7A is #6BE385. Grayscale: #4A4A4A. Windows color (decimal): -7070598 or 8002708. OLE color: 8002708.
HSL color Cylindrical-coordinate representation of color #941C7A: hue angle of 313º 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 #941C7A is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 122 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.42 |
| HSL | 313º | 0.68% | 0.35% | - |
| HSV(B) | 313º | 0.81% | 0.58% | - |
| XYZ | 16.14 | 8.53 | 19.21 | - |
| YUV | 74.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 122 | 0 | 0.81 | 0.18 | 0.42 | 313 | 0.68 | 0.35 |
| Hex | 94 | 1C | 7A | 0 | 51 | 12 | 2A | 139 | 44 | 23 |
| Octal | 224 | 34 | 172 | 0 | 121 | 22 | 52 | 471 | 104 | 43 |
| Binary | 10010100 | 11100 | 1111010 | 0 | 1010001 | 10010 | 101010 | 100111001 | 1000100 | 100011 |
Color Harmonies of #941C7A
Complementary color
Monochromatic Colors of #941C7A
Black with #941C7A
Text Example
Text Example
White with #941C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C7A; }
p { color: rgb(148,28,122); }
H1.HeaderClassName
{
color: #941C7A;
}
.AnyTagClassName
{
color: #941C7A;
}
</style>
background-color css
<style>
a { background-color: #941C7A; }
a { background-color: rgb(148,28,122); }
div.DivClassName
{
background-color: #941C7A;
}
.BgClassName
{
background-color: #941C7A;
}
</style>
border-color css
<style>
span { border-color: #941C7A; }
span { border-color: rgb(148,28,122); }
td.TdClassName
{
border-color: #941C7A;
}
.TagClassName
{
border-color: #941C7A;
}
</style>