Shades of Dark Purple #942691
Tints of Dark Purple #942691
RGB
CMYK
RGB Variations
Color information
#942691 (or 0x942691) is known color: Dark Purple. HEX triplet: 94, 26 and 91. RGB value is (148,38,145). Sum of RGB (Red+Green+Blue) = 148+38+145=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #942691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942691 is #6BD96E. Grayscale: #525252. Windows color (decimal): -7068015 or 9512596. OLE color: 9512596.
HSL color Cylindrical-coordinate representation of color #942691: hue angle of 301.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942691 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 145 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.42 |
| HSL | 301.64º | 0.59% | 0.36% | - |
| HSV(B) | 301.64º | 0.74% | 0.58% | - |
| XYZ | 18.02 | 9.73 | 27.72 | - |
| YUV | 83.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 145 | 0 | 0.74 | 0.02 | 0.42 | 301.64 | 0.59 | 0.36 |
| Hex | 94 | 26 | 91 | 0 | 4A | 2 | 2A | 12E | 3B | 24 |
| Octal | 224 | 46 | 221 | 0 | 112 | 2 | 52 | 456 | 73 | 44 |
| Binary | 10010100 | 100110 | 10010001 | 0 | 1001010 | 10 | 101010 | 100101110 | 111011 | 100100 |
Color Harmonies of #942691
Complementary color
Monochromatic Colors of #942691
Black with #942691
Text Example
Text Example
White with #942691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942691; }
p { color: rgb(148,38,145); }
H1.HeaderClassName
{
color: #942691;
}
.AnyTagClassName
{
color: #942691;
}
</style>
background-color css
<style>
a { background-color: #942691; }
a { background-color: rgb(148,38,145); }
div.DivClassName
{
background-color: #942691;
}
.BgClassName
{
background-color: #942691;
}
</style>
border-color css
<style>
span { border-color: #942691; }
span { border-color: rgb(148,38,145); }
td.TdClassName
{
border-color: #942691;
}
.TagClassName
{
border-color: #942691;
}
</style>