Shades of Dark Purple #941C8E
Tints of Dark Purple #941C8E
RGB
CMYK
RGB Variations
Color information
#941C8E (or 0x941C8E) is known color: Dark Purple. HEX triplet: 94, 1C and 8E. RGB value is (148,28,142). Sum of RGB (Red+Green+Blue) = 148+28+142=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #941C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C8E is #6BE371. Grayscale: #4C4C4C. Windows color (decimal): -7070578 or 9313428. OLE color: 9313428.
HSL color Cylindrical-coordinate representation of color #941C8E: hue angle of 303º 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 #941C8E is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 142 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.42 |
| HSL | 303º | 0.68% | 0.35% | - |
| HSV(B) | 303º | 0.81% | 0.58% | - |
| XYZ | 17.51 | 9.08 | 26.42 | - |
| YUV | 76.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 142 | 0 | 0.81 | 0.04 | 0.42 | 303 | 0.68 | 0.35 |
| Hex | 94 | 1C | 8E | 0 | 51 | 4 | 2A | 12F | 44 | 23 |
| Octal | 224 | 34 | 216 | 0 | 121 | 4 | 52 | 457 | 104 | 43 |
| Binary | 10010100 | 11100 | 10001110 | 0 | 1010001 | 100 | 101010 | 100101111 | 1000100 | 100011 |
Color Harmonies of #941C8E
Complementary color
Monochromatic Colors of #941C8E
Black with #941C8E
Text Example
Text Example
White with #941C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C8E; }
p { color: rgb(148,28,142); }
H1.HeaderClassName
{
color: #941C8E;
}
.AnyTagClassName
{
color: #941C8E;
}
</style>
background-color css
<style>
a { background-color: #941C8E; }
a { background-color: rgb(148,28,142); }
div.DivClassName
{
background-color: #941C8E;
}
.BgClassName
{
background-color: #941C8E;
}
</style>
border-color css
<style>
span { border-color: #941C8E; }
span { border-color: rgb(148,28,142); }
td.TdClassName
{
border-color: #941C8E;
}
.TagClassName
{
border-color: #941C8E;
}
</style>