Shades of Dark Purple #942B7E
Tints of Dark Purple #942B7E
RGB
CMYK
RGB Variations
Color information
#942B7E (or 0x942B7E) is known color: Dark Purple. HEX triplet: 94, 2B and 7E. RGB value is (148,43,126). Sum of RGB (Red+Green+Blue) = 148+43+126=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B7E is #6BD481. Grayscale: #535353. Windows color (decimal): -7066754 or 8268692. OLE color: 8268692.
HSL color Cylindrical-coordinate representation of color #942B7E: hue angle of 312.57º 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 #942B7E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 126 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.42 |
| HSL | 312.57º | 0.55% | 0.37% | - |
| HSV(B) | 312.57º | 0.71% | 0.58% | - |
| XYZ | 16.84 | 9.53 | 20.69 | - |
| YUV | 83.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 126 | 0 | 0.71 | 0.15 | 0.42 | 312.57 | 0.55 | 0.37 |
| Hex | 94 | 2B | 7E | 0 | 47 | F | 2A | 139 | 37 | 25 |
| Octal | 224 | 53 | 176 | 0 | 107 | 17 | 52 | 471 | 67 | 45 |
| Binary | 10010100 | 101011 | 1111110 | 0 | 1000111 | 1111 | 101010 | 100111001 | 110111 | 100101 |
Color Harmonies of #942B7E
Complementary color
Monochromatic Colors of #942B7E
Black with #942B7E
Text Example
Text Example
White with #942B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B7E; }
p { color: rgb(148,43,126); }
H1.HeaderClassName
{
color: #942B7E;
}
.AnyTagClassName
{
color: #942B7E;
}
</style>
background-color css
<style>
a { background-color: #942B7E; }
a { background-color: rgb(148,43,126); }
div.DivClassName
{
background-color: #942B7E;
}
.BgClassName
{
background-color: #942B7E;
}
</style>
border-color css
<style>
span { border-color: #942B7E; }
span { border-color: rgb(148,43,126); }
td.TdClassName
{
border-color: #942B7E;
}
.TagClassName
{
border-color: #942B7E;
}
</style>