Shades of Dark Purple #942F86
Tints of Dark Purple #942F86
RGB
CMYK
RGB Variations
Color information
#942F86 (or 0x942F86) is known color: Dark Purple. HEX triplet: 94, 2F and 86. RGB value is (148,47,134). Sum of RGB (Red+Green+Blue) = 148+47+134=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #942F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942F86 is #6BD079. Grayscale: #565656. Windows color (decimal): -7065722 or 8794004. OLE color: 8794004.
HSL color Cylindrical-coordinate representation of color #942F86: hue angle of 308.32º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F86 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 134 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.42 |
| HSL | 308.32º | 0.52% | 0.38% | - |
| HSV(B) | 308.32º | 0.68% | 0.58% | - |
| XYZ | 17.53 | 10.05 | 23.57 | - |
| YUV | 87.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 134 | 0 | 0.68 | 0.09 | 0.42 | 308.32 | 0.52 | 0.38 |
| Hex | 94 | 2F | 86 | 0 | 44 | 9 | 2A | 134 | 34 | 26 |
| Octal | 224 | 57 | 206 | 0 | 104 | 11 | 52 | 464 | 64 | 46 |
| Binary | 10010100 | 101111 | 10000110 | 0 | 1000100 | 1001 | 101010 | 100110100 | 110100 | 100110 |
Color Harmonies of #942F86
Complementary color
Monochromatic Colors of #942F86
Black with #942F86
Text Example
Text Example
White with #942F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F86; }
p { color: rgb(148,47,134); }
H1.HeaderClassName
{
color: #942F86;
}
.AnyTagClassName
{
color: #942F86;
}
</style>
background-color css
<style>
a { background-color: #942F86; }
a { background-color: rgb(148,47,134); }
div.DivClassName
{
background-color: #942F86;
}
.BgClassName
{
background-color: #942F86;
}
</style>
border-color css
<style>
span { border-color: #942F86; }
span { border-color: rgb(148,47,134); }
td.TdClassName
{
border-color: #942F86;
}
.TagClassName
{
border-color: #942F86;
}
</style>