Shades of Dark Purple #942F80
Tints of Dark Purple #942F80
RGB
CMYK
RGB Variations
Color information
#942F80 (or 0x942F80) is known color: Dark Purple. HEX triplet: 94, 2F and 80. RGB value is (148,47,128). Sum of RGB (Red+Green+Blue) = 148+47+128=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #942F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942F80 is #6BD07F. Grayscale: #565656. Windows color (decimal): -7065728 or 8400788. OLE color: 8400788.
HSL color Cylindrical-coordinate representation of color #942F80: hue angle of 311.88º 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 #942F80 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 128 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.42 |
| HSL | 311.88º | 0.52% | 0.38% | - |
| HSV(B) | 311.88º | 0.68% | 0.58% | - |
| XYZ | 17.13 | 9.89 | 21.43 | - |
| YUV | 86.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 128 | 0 | 0.68 | 0.14 | 0.42 | 311.88 | 0.52 | 0.38 |
| Hex | 94 | 2F | 80 | 0 | 44 | E | 2A | 138 | 34 | 26 |
| Octal | 224 | 57 | 200 | 0 | 104 | 16 | 52 | 470 | 64 | 46 |
| Binary | 10010100 | 101111 | 10000000 | 0 | 1000100 | 1110 | 101010 | 100111000 | 110100 | 100110 |
Color Harmonies of #942F80
Complementary color
Monochromatic Colors of #942F80
Black with #942F80
Text Example
Text Example
White with #942F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F80; }
p { color: rgb(148,47,128); }
H1.HeaderClassName
{
color: #942F80;
}
.AnyTagClassName
{
color: #942F80;
}
</style>
background-color css
<style>
a { background-color: #942F80; }
a { background-color: rgb(148,47,128); }
div.DivClassName
{
background-color: #942F80;
}
.BgClassName
{
background-color: #942F80;
}
</style>
border-color css
<style>
span { border-color: #942F80; }
span { border-color: rgb(148,47,128); }
td.TdClassName
{
border-color: #942F80;
}
.TagClassName
{
border-color: #942F80;
}
</style>