Shades of Dark Purple #942091
Tints of Dark Purple #942091
RGB
CMYK
RGB Variations
Color information
#942091 (or 0x942091) is known color: Dark Purple. HEX triplet: 94, 20 and 91. RGB value is (148,32,145). Sum of RGB (Red+Green+Blue) = 148+32+145=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #942091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942091 is #6BDF6E. Grayscale: #4F4F4F. Windows color (decimal): -7069551 or 9511060. OLE color: 9511060.
HSL color Cylindrical-coordinate representation of color #942091: hue angle of 301.55º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942091 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 145 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.42 |
| HSL | 301.55º | 0.64% | 0.35% | - |
| HSV(B) | 301.55º | 0.78% | 0.58% | - |
| XYZ | 17.84 | 9.37 | 27.66 | - |
| YUV | 79.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 145 | 0 | 0.78 | 0.02 | 0.42 | 301.55 | 0.64 | 0.35 |
| Hex | 94 | 20 | 91 | 0 | 4E | 2 | 2A | 12E | 40 | 23 |
| Octal | 224 | 40 | 221 | 0 | 116 | 2 | 52 | 456 | 100 | 43 |
| Binary | 10010100 | 100000 | 10010001 | 0 | 1001110 | 10 | 101010 | 100101110 | 1000000 | 100011 |
Color Harmonies of #942091
Complementary color
Monochromatic Colors of #942091
Black with #942091
Text Example
Text Example
White with #942091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942091; }
p { color: rgb(148,32,145); }
H1.HeaderClassName
{
color: #942091;
}
.AnyTagClassName
{
color: #942091;
}
</style>
background-color css
<style>
a { background-color: #942091; }
a { background-color: rgb(148,32,145); }
div.DivClassName
{
background-color: #942091;
}
.BgClassName
{
background-color: #942091;
}
</style>
border-color css
<style>
span { border-color: #942091; }
span { border-color: rgb(148,32,145); }
td.TdClassName
{
border-color: #942091;
}
.TagClassName
{
border-color: #942091;
}
</style>