Shades of Dark Purple #942379
Tints of Dark Purple #942379
RGB
CMYK
RGB Variations
Color information
#942379 (or 0x942379) is known color: Dark Purple. HEX triplet: 94, 23 and 79. RGB value is (148,35,121). Sum of RGB (Red+Green+Blue) = 148+35+121=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #942379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942379 is #6BDC86. Grayscale: #4E4E4E. Windows color (decimal): -7068807 or 7938964. OLE color: 7938964.
HSL color Cylindrical-coordinate representation of color #942379: hue angle of 314.34º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942379 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 121 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.42 |
| HSL | 314.34º | 0.62% | 0.36% | - |
| HSV(B) | 314.34º | 0.76% | 0.58% | - |
| XYZ | 16.26 | 8.88 | 18.95 | - |
| YUV | 78.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 121 | 0 | 0.76 | 0.18 | 0.42 | 314.34 | 0.62 | 0.36 |
| Hex | 94 | 23 | 79 | 0 | 4C | 12 | 2A | 13A | 3E | 24 |
| Octal | 224 | 43 | 171 | 0 | 114 | 22 | 52 | 472 | 76 | 44 |
| Binary | 10010100 | 100011 | 1111001 | 0 | 1001100 | 10010 | 101010 | 100111010 | 111110 | 100100 |
Color Harmonies of #942379
Complementary color
Monochromatic Colors of #942379
Black with #942379
Text Example
Text Example
White with #942379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942379; }
p { color: rgb(148,35,121); }
H1.HeaderClassName
{
color: #942379;
}
.AnyTagClassName
{
color: #942379;
}
</style>
background-color css
<style>
a { background-color: #942379; }
a { background-color: rgb(148,35,121); }
div.DivClassName
{
background-color: #942379;
}
.BgClassName
{
background-color: #942379;
}
</style>
border-color css
<style>
span { border-color: #942379; }
span { border-color: rgb(148,35,121); }
td.TdClassName
{
border-color: #942379;
}
.TagClassName
{
border-color: #942379;
}
</style>