Shades of Dark Purple #942B7C
Tints of Dark Purple #942B7C
RGB
CMYK
RGB Variations
Color information
#942B7C (or 0x942B7C) is known color: Dark Purple. HEX triplet: 94, 2B and 7C. RGB value is (148,43,124). Sum of RGB (Red+Green+Blue) = 148+43+124=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #942B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B7C is #6BD483. Grayscale: #535353. Windows color (decimal): -7066756 or 8137620. OLE color: 8137620.
HSL color Cylindrical-coordinate representation of color #942B7C: hue angle of 313.71º 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 #942B7C is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 124 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.42 |
| HSL | 313.71º | 0.55% | 0.37% | - |
| HSV(B) | 313.71º | 0.71% | 0.58% | - |
| XYZ | 16.71 | 9.48 | 20.02 | - |
| YUV | 83.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 124 | 0 | 0.71 | 0.16 | 0.42 | 313.71 | 0.55 | 0.37 |
| Hex | 94 | 2B | 7C | 0 | 47 | 10 | 2A | 13A | 37 | 25 |
| Octal | 224 | 53 | 174 | 0 | 107 | 20 | 52 | 472 | 67 | 45 |
| Binary | 10010100 | 101011 | 1111100 | 0 | 1000111 | 10000 | 101010 | 100111010 | 110111 | 100101 |
Color Harmonies of #942B7C
Complementary color
Monochromatic Colors of #942B7C
Black with #942B7C
Text Example
Text Example
White with #942B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B7C; }
p { color: rgb(148,43,124); }
H1.HeaderClassName
{
color: #942B7C;
}
.AnyTagClassName
{
color: #942B7C;
}
</style>
background-color css
<style>
a { background-color: #942B7C; }
a { background-color: rgb(148,43,124); }
div.DivClassName
{
background-color: #942B7C;
}
.BgClassName
{
background-color: #942B7C;
}
</style>
border-color css
<style>
span { border-color: #942B7C; }
span { border-color: rgb(148,43,124); }
td.TdClassName
{
border-color: #942B7C;
}
.TagClassName
{
border-color: #942B7C;
}
</style>