Shades of Dark Purple #942986
Tints of Dark Purple #942986
RGB
CMYK
RGB Variations
Color information
#942986 (or 0x942986) is known color: Dark Purple. HEX triplet: 94, 29 and 86. RGB value is (148,41,134). Sum of RGB (Red+Green+Blue) = 148+41+134=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #942986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942986 is #6BD679. Grayscale: #535353. Windows color (decimal): -7067258 or 8792468. OLE color: 8792468.
HSL color Cylindrical-coordinate representation of color #942986: hue angle of 307.85º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942986 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 134 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.42 |
| HSL | 307.85º | 0.57% | 0.37% | - |
| HSV(B) | 307.85º | 0.72% | 0.58% | - |
| XYZ | 17.31 | 9.6 | 23.5 | - |
| YUV | 83.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 134 | 0 | 0.72 | 0.09 | 0.42 | 307.85 | 0.57 | 0.37 |
| Hex | 94 | 29 | 86 | 0 | 48 | 9 | 2A | 134 | 39 | 25 |
| Octal | 224 | 51 | 206 | 0 | 110 | 11 | 52 | 464 | 71 | 45 |
| Binary | 10010100 | 101001 | 10000110 | 0 | 1001000 | 1001 | 101010 | 100110100 | 111001 | 100101 |
Color Harmonies of #942986
Complementary color
Monochromatic Colors of #942986
Black with #942986
Text Example
Text Example
White with #942986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942986; }
p { color: rgb(148,41,134); }
H1.HeaderClassName
{
color: #942986;
}
.AnyTagClassName
{
color: #942986;
}
</style>
background-color css
<style>
a { background-color: #942986; }
a { background-color: rgb(148,41,134); }
div.DivClassName
{
background-color: #942986;
}
.BgClassName
{
background-color: #942986;
}
</style>
border-color css
<style>
span { border-color: #942986; }
span { border-color: rgb(148,41,134); }
td.TdClassName
{
border-color: #942986;
}
.TagClassName
{
border-color: #942986;
}
</style>