Shades of Dark Purple #941A70
Tints of Dark Purple #941A70
RGB
CMYK
RGB Variations
Color information
#941A70 (or 0x941A70) is known color: Dark Purple. HEX triplet: 94, 1A and 70. RGB value is (148,26,112). Sum of RGB (Red+Green+Blue) = 148+26+112=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #941A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941A70 is #6BE58F. Grayscale: #484848. Windows color (decimal): -7071120 or 7346836. OLE color: 7346836.
HSL color Cylindrical-coordinate representation of color #941A70: hue angle of 317.7º 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 #941A70 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 112 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.42 |
| HSL | 317.7º | 0.7% | 0.34% | - |
| HSV(B) | 317.7º | 0.82% | 0.58% | - |
| XYZ | 15.51 | 8.2 | 16.1 | - |
| YUV | 72.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 112 | 0 | 0.82 | 0.24 | 0.42 | 317.7 | 0.7 | 0.34 |
| Hex | 94 | 1A | 70 | 0 | 52 | 18 | 2A | 13E | 46 | 22 |
| Octal | 224 | 32 | 160 | 0 | 122 | 30 | 52 | 476 | 106 | 42 |
| Binary | 10010100 | 11010 | 1110000 | 0 | 1010010 | 11000 | 101010 | 100111110 | 1000110 | 100010 |
Color Harmonies of #941A70
Complementary color
Monochromatic Colors of #941A70
Black with #941A70
Text Example
Text Example
White with #941A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A70; }
p { color: rgb(148,26,112); }
H1.HeaderClassName
{
color: #941A70;
}
.AnyTagClassName
{
color: #941A70;
}
</style>
background-color css
<style>
a { background-color: #941A70; }
a { background-color: rgb(148,26,112); }
div.DivClassName
{
background-color: #941A70;
}
.BgClassName
{
background-color: #941A70;
}
</style>
border-color css
<style>
span { border-color: #941A70; }
span { border-color: rgb(148,26,112); }
td.TdClassName
{
border-color: #941A70;
}
.TagClassName
{
border-color: #941A70;
}
</style>