Shades of Dark Purple #941C76
Tints of Dark Purple #941C76
RGB
CMYK
RGB Variations
Color information
#941C76 (or 0x941C76) is known color: Dark Purple. HEX triplet: 94, 1C and 76. RGB value is (148,28,118). Sum of RGB (Red+Green+Blue) = 148+28+118=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #941C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C76 is #6BE389. Grayscale: #494949. Windows color (decimal): -7070602 or 7740564. OLE color: 7740564.
HSL color Cylindrical-coordinate representation of color #941C76: hue angle of 315º 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 #941C76 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 118 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.42 |
| HSL | 315º | 0.68% | 0.35% | - |
| HSV(B) | 315º | 0.81% | 0.58% | - |
| XYZ | 15.9 | 8.43 | 17.93 | - |
| YUV | 74.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 118 | 0 | 0.81 | 0.20 | 0.42 | 315 | 0.68 | 0.35 |
| Hex | 94 | 1C | 76 | 0 | 51 | 14 | 2A | 13B | 44 | 23 |
| Octal | 224 | 34 | 166 | 0 | 121 | 24 | 52 | 473 | 104 | 43 |
| Binary | 10010100 | 11100 | 1110110 | 0 | 1010001 | 10100 | 101010 | 100111011 | 1000100 | 100011 |
Color Harmonies of #941C76
Complementary color
Monochromatic Colors of #941C76
Black with #941C76
Text Example
Text Example
White with #941C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C76; }
p { color: rgb(148,28,118); }
H1.HeaderClassName
{
color: #941C76;
}
.AnyTagClassName
{
color: #941C76;
}
</style>
background-color css
<style>
a { background-color: #941C76; }
a { background-color: rgb(148,28,118); }
div.DivClassName
{
background-color: #941C76;
}
.BgClassName
{
background-color: #941C76;
}
</style>
border-color css
<style>
span { border-color: #941C76; }
span { border-color: rgb(148,28,118); }
td.TdClassName
{
border-color: #941C76;
}
.TagClassName
{
border-color: #941C76;
}
</style>