Shades of Dark Purple #941A89
Tints of Dark Purple #941A89
RGB
CMYK
RGB Variations
Color information
#941A89 (or 0x941A89) is known color: Dark Purple. HEX triplet: 94, 1A and 89. RGB value is (148,26,137). Sum of RGB (Red+Green+Blue) = 148+26+137=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #941A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941A89 is #6BE576. Grayscale: #4A4A4A. Windows color (decimal): -7071095 or 8985236. OLE color: 8985236.
HSL color Cylindrical-coordinate representation of color #941A89: hue angle of 305.41º 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 #941A89 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 26 | 137 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.42 |
| HSL | 305.41º | 0.7% | 0.34% | - |
| HSV(B) | 305.41º | 0.82% | 0.58% | - |
| XYZ | 17.1 | 8.84 | 24.47 | - |
| YUV | 75.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 137 | 0 | 0.82 | 0.07 | 0.42 | 305.41 | 0.7 | 0.34 |
| Hex | 94 | 1A | 89 | 0 | 52 | 7 | 2A | 131 | 46 | 22 |
| Octal | 224 | 32 | 211 | 0 | 122 | 7 | 52 | 461 | 106 | 42 |
| Binary | 10010100 | 11010 | 10001001 | 0 | 1010010 | 111 | 101010 | 100110001 | 1000110 | 100010 |
Color Harmonies of #941A89
Complementary color
Monochromatic Colors of #941A89
Black with #941A89
Text Example
Text Example
White with #941A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941A89; }
p { color: rgb(148,26,137); }
H1.HeaderClassName
{
color: #941A89;
}
.AnyTagClassName
{
color: #941A89;
}
</style>
background-color css
<style>
a { background-color: #941A89; }
a { background-color: rgb(148,26,137); }
div.DivClassName
{
background-color: #941A89;
}
.BgClassName
{
background-color: #941A89;
}
</style>
border-color css
<style>
span { border-color: #941A89; }
span { border-color: rgb(148,26,137); }
td.TdClassName
{
border-color: #941A89;
}
.TagClassName
{
border-color: #941A89;
}
</style>