Shades of Dark Purple #941D90
Tints of Dark Purple #941D90
RGB
CMYK
RGB Variations
Color information
#941D90 (or 0x941D90) is known color: Dark Purple. HEX triplet: 94, 1D and 90. RGB value is (148,29,144). Sum of RGB (Red+Green+Blue) = 148+29+144=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #941D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941D90 is #6BE26F. Grayscale: #4D4D4D. Windows color (decimal): -7070320 or 9444756. OLE color: 9444756.
HSL color Cylindrical-coordinate representation of color #941D90: hue angle of 302.02º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D90 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 144 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.42 |
| HSL | 302.02º | 0.67% | 0.35% | - |
| HSV(B) | 302.02º | 0.8% | 0.58% | - |
| XYZ | 17.69 | 9.19 | 27.23 | - |
| YUV | 77.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 144 | 0 | 0.80 | 0.03 | 0.42 | 302.02 | 0.67 | 0.35 |
| Hex | 94 | 1D | 90 | 0 | 50 | 3 | 2A | 12E | 43 | 23 |
| Octal | 224 | 35 | 220 | 0 | 120 | 3 | 52 | 456 | 103 | 43 |
| Binary | 10010100 | 11101 | 10010000 | 0 | 1010000 | 11 | 101010 | 100101110 | 1000011 | 100011 |
Color Harmonies of #941D90
Complementary color
Monochromatic Colors of #941D90
Black with #941D90
Text Example
Text Example
White with #941D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D90; }
p { color: rgb(148,29,144); }
H1.HeaderClassName
{
color: #941D90;
}
.AnyTagClassName
{
color: #941D90;
}
</style>
background-color css
<style>
a { background-color: #941D90; }
a { background-color: rgb(148,29,144); }
div.DivClassName
{
background-color: #941D90;
}
.BgClassName
{
background-color: #941D90;
}
</style>
border-color css
<style>
span { border-color: #941D90; }
span { border-color: rgb(148,29,144); }
td.TdClassName
{
border-color: #941D90;
}
.TagClassName
{
border-color: #941D90;
}
</style>