Shades of Dark Purple #941A6B
Tints of Dark Purple #941A6B
RGB
CMYK
RGB Variations
Color information
#941A6B (or 0x941A6B) is known color: Dark Purple. HEX triplet: 94, 1A and 6B. RGB value is (148,26,107). Sum of RGB (Red+Green+Blue) = 148+26+107=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #941A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941A6B is #6BE594. Grayscale: #474747. Windows color (decimal): -7071125 or 7019156. OLE color: 7019156.
HSL color Cylindrical-coordinate representation of color #941A6B: hue angle of 320.16º 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 #941A6B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 107 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.42 |
| HSL | 320.16º | 0.7% | 0.34% | - |
| HSV(B) | 320.16º | 0.82% | 0.58% | - |
| XYZ | 15.24 | 8.1 | 14.67 | - |
| YUV | 71.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 107 | 0 | 0.82 | 0.28 | 0.42 | 320.16 | 0.7 | 0.34 |
| Hex | 94 | 1A | 6B | 0 | 52 | 1C | 2A | 140 | 46 | 22 |
| Octal | 224 | 32 | 153 | 0 | 122 | 34 | 52 | 500 | 106 | 42 |
| Binary | 10010100 | 11010 | 1101011 | 0 | 1010010 | 11100 | 101010 | 101000000 | 1000110 | 100010 |
Color Harmonies of #941A6B
Complementary color
Monochromatic Colors of #941A6B
Black with #941A6B
Text Example
Text Example
White with #941A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A6B; }
p { color: rgb(148,26,107); }
H1.HeaderClassName
{
color: #941A6B;
}
.AnyTagClassName
{
color: #941A6B;
}
</style>
background-color css
<style>
a { background-color: #941A6B; }
a { background-color: rgb(148,26,107); }
div.DivClassName
{
background-color: #941A6B;
}
.BgClassName
{
background-color: #941A6B;
}
</style>
border-color css
<style>
span { border-color: #941A6B; }
span { border-color: rgb(148,26,107); }
td.TdClassName
{
border-color: #941A6B;
}
.TagClassName
{
border-color: #941A6B;
}
</style>