Shades of Dark Purple #941A8C
Tints of Dark Purple #941A8C
RGB
CMYK
RGB Variations
Color information
#941A8C (or 0x941A8C) is known color: Dark Purple. HEX triplet: 94, 1A and 8C. RGB value is (148,26,140). Sum of RGB (Red+Green+Blue) = 148+26+140=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #941A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941A8C is #6BE573. Grayscale: #4B4B4B. Windows color (decimal): -7071092 or 9181844. OLE color: 9181844.
HSL color Cylindrical-coordinate representation of color #941A8C: hue angle of 303.93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941A8C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 140 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.42 |
| HSL | 303.93º | 0.7% | 0.34% | - |
| HSV(B) | 303.93º | 0.82% | 0.58% | - |
| XYZ | 17.32 | 8.93 | 25.62 | - |
| YUV | 75.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 140 | 0 | 0.82 | 0.05 | 0.42 | 303.93 | 0.7 | 0.34 |
| Hex | 94 | 1A | 8C | 0 | 52 | 5 | 2A | 130 | 46 | 22 |
| Octal | 224 | 32 | 214 | 0 | 122 | 5 | 52 | 460 | 106 | 42 |
| Binary | 10010100 | 11010 | 10001100 | 0 | 1010010 | 101 | 101010 | 100110000 | 1000110 | 100010 |
Color Harmonies of #941A8C
Complementary color
Monochromatic Colors of #941A8C
Black with #941A8C
Text Example
Text Example
White with #941A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A8C; }
p { color: rgb(148,26,140); }
H1.HeaderClassName
{
color: #941A8C;
}
.AnyTagClassName
{
color: #941A8C;
}
</style>
background-color css
<style>
a { background-color: #941A8C; }
a { background-color: rgb(148,26,140); }
div.DivClassName
{
background-color: #941A8C;
}
.BgClassName
{
background-color: #941A8C;
}
</style>
border-color css
<style>
span { border-color: #941A8C; }
span { border-color: rgb(148,26,140); }
td.TdClassName
{
border-color: #941A8C;
}
.TagClassName
{
border-color: #941A8C;
}
</style>