Shades of Dark Purple #942780
Tints of Dark Purple #942780
RGB
CMYK
RGB Variations
Color information
#942780 (or 0x942780) is known color: Dark Purple. HEX triplet: 94, 27 and 80. RGB value is (148,39,128). Sum of RGB (Red+Green+Blue) = 148+39+128=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #942780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942780 is #6BD87F. Grayscale: #515151. Windows color (decimal): -7067776 or 8398740. OLE color: 8398740.
HSL color Cylindrical-coordinate representation of color #942780: hue angle of 311.01º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942780 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 128 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.42 |
| HSL | 311.01º | 0.58% | 0.37% | - |
| HSV(B) | 311.01º | 0.74% | 0.58% | - |
| XYZ | 16.83 | 9.31 | 21.33 | - |
| YUV | 81.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 128 | 0 | 0.74 | 0.14 | 0.42 | 311.01 | 0.58 | 0.37 |
| Hex | 94 | 27 | 80 | 0 | 4A | E | 2A | 137 | 3A | 25 |
| Octal | 224 | 47 | 200 | 0 | 112 | 16 | 52 | 467 | 72 | 45 |
| Binary | 10010100 | 100111 | 10000000 | 0 | 1001010 | 1110 | 101010 | 100110111 | 111010 | 100101 |
Color Harmonies of #942780
Complementary color
Monochromatic Colors of #942780
Black with #942780
Text Example
Text Example
White with #942780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942780; }
p { color: rgb(148,39,128); }
H1.HeaderClassName
{
color: #942780;
}
.AnyTagClassName
{
color: #942780;
}
</style>
background-color css
<style>
a { background-color: #942780; }
a { background-color: rgb(148,39,128); }
div.DivClassName
{
background-color: #942780;
}
.BgClassName
{
background-color: #942780;
}
</style>
border-color css
<style>
span { border-color: #942780; }
span { border-color: rgb(148,39,128); }
td.TdClassName
{
border-color: #942780;
}
.TagClassName
{
border-color: #942780;
}
</style>