Shades of Dark Purple #942B76
Tints of Dark Purple #942B76
RGB
CMYK
RGB Variations
Color information
#942B76 (or 0x942B76) is known color: Dark Purple. HEX triplet: 94, 2B and 76. RGB value is (148,43,118). Sum of RGB (Red+Green+Blue) = 148+43+118=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #942B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B76 is #6BD489. Grayscale: #525252. Windows color (decimal): -7066762 or 7744404. OLE color: 7744404.
HSL color Cylindrical-coordinate representation of color #942B76: hue angle of 317.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B76 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 118 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.42 |
| HSL | 317.14º | 0.55% | 0.37% | - |
| HSV(B) | 317.14º | 0.71% | 0.58% | - |
| XYZ | 16.35 | 9.33 | 18.08 | - |
| YUV | 82.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 118 | 0 | 0.71 | 0.20 | 0.42 | 317.14 | 0.55 | 0.37 |
| Hex | 94 | 2B | 76 | 0 | 47 | 14 | 2A | 13D | 37 | 25 |
| Octal | 224 | 53 | 166 | 0 | 107 | 24 | 52 | 475 | 67 | 45 |
| Binary | 10010100 | 101011 | 1110110 | 0 | 1000111 | 10100 | 101010 | 100111101 | 110111 | 100101 |
Color Harmonies of #942B76
Complementary color
Monochromatic Colors of #942B76
Black with #942B76
Text Example
Text Example
White with #942B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B76; }
p { color: rgb(148,43,118); }
H1.HeaderClassName
{
color: #942B76;
}
.AnyTagClassName
{
color: #942B76;
}
</style>
background-color css
<style>
a { background-color: #942B76; }
a { background-color: rgb(148,43,118); }
div.DivClassName
{
background-color: #942B76;
}
.BgClassName
{
background-color: #942B76;
}
</style>
border-color css
<style>
span { border-color: #942B76; }
span { border-color: rgb(148,43,118); }
td.TdClassName
{
border-color: #942B76;
}
.TagClassName
{
border-color: #942B76;
}
</style>