Shades of Dark Purple #941C90
Tints of Dark Purple #941C90
RGB
CMYK
RGB Variations
Color information
#941C90 (or 0x941C90) is known color: Dark Purple. HEX triplet: 94, 1C and 90. RGB value is (148,28,144). Sum of RGB (Red+Green+Blue) = 148+28+144=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #941C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C90 is #6BE36F. Grayscale: #4C4C4C. Windows color (decimal): -7070576 or 9444500. OLE color: 9444500.
HSL color Cylindrical-coordinate representation of color #941C90: hue angle of 302º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C90 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 144 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.42 |
| HSL | 302º | 0.68% | 0.35% | - |
| HSV(B) | 302º | 0.81% | 0.58% | - |
| XYZ | 17.66 | 9.14 | 27.22 | - |
| YUV | 77.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 144 | 0 | 0.81 | 0.03 | 0.42 | 302 | 0.68 | 0.35 |
| Hex | 94 | 1C | 90 | 0 | 51 | 3 | 2A | 12E | 44 | 23 |
| Octal | 224 | 34 | 220 | 0 | 121 | 3 | 52 | 456 | 104 | 43 |
| Binary | 10010100 | 11100 | 10010000 | 0 | 1010001 | 11 | 101010 | 100101110 | 1000100 | 100011 |
Color Harmonies of #941C90
Complementary color
Monochromatic Colors of #941C90
Black with #941C90
Text Example
Text Example
White with #941C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C90; }
p { color: rgb(148,28,144); }
H1.HeaderClassName
{
color: #941C90;
}
.AnyTagClassName
{
color: #941C90;
}
</style>
background-color css
<style>
a { background-color: #941C90; }
a { background-color: rgb(148,28,144); }
div.DivClassName
{
background-color: #941C90;
}
.BgClassName
{
background-color: #941C90;
}
</style>
border-color css
<style>
span { border-color: #941C90; }
span { border-color: rgb(148,28,144); }
td.TdClassName
{
border-color: #941C90;
}
.TagClassName
{
border-color: #941C90;
}
</style>