Shades of Dark Purple #942B80
Tints of Dark Purple #942B80
RGB
CMYK
RGB Variations
Color information
#942B80 (or 0x942B80) is known color: Dark Purple. HEX triplet: 94, 2B and 80. RGB value is (148,43,128). Sum of RGB (Red+Green+Blue) = 148+43+128=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #942B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942B80 is #6BD47F. Grayscale: #535353. Windows color (decimal): -7066752 or 8399764. OLE color: 8399764.
HSL color Cylindrical-coordinate representation of color #942B80: hue angle of 311.43º 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 #942B80 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 128 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.42 |
| HSL | 311.43º | 0.55% | 0.37% | - |
| HSV(B) | 311.43º | 0.71% | 0.58% | - |
| XYZ | 16.97 | 9.58 | 21.38 | - |
| YUV | 84.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 128 | 0 | 0.71 | 0.14 | 0.42 | 311.43 | 0.55 | 0.37 |
| Hex | 94 | 2B | 80 | 0 | 47 | E | 2A | 137 | 37 | 25 |
| Octal | 224 | 53 | 200 | 0 | 107 | 16 | 52 | 467 | 67 | 45 |
| Binary | 10010100 | 101011 | 10000000 | 0 | 1000111 | 1110 | 101010 | 100110111 | 110111 | 100101 |
Color Harmonies of #942B80
Complementary color
Monochromatic Colors of #942B80
Black with #942B80
Text Example
Text Example
White with #942B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B80; }
p { color: rgb(148,43,128); }
H1.HeaderClassName
{
color: #942B80;
}
.AnyTagClassName
{
color: #942B80;
}
</style>
background-color css
<style>
a { background-color: #942B80; }
a { background-color: rgb(148,43,128); }
div.DivClassName
{
background-color: #942B80;
}
.BgClassName
{
background-color: #942B80;
}
</style>
border-color css
<style>
span { border-color: #942B80; }
span { border-color: rgb(148,43,128); }
td.TdClassName
{
border-color: #942B80;
}
.TagClassName
{
border-color: #942B80;
}
</style>