Shades of Dark Purple #942881
Tints of Dark Purple #942881
RGB
CMYK
RGB Variations
Color information
#942881 (or 0x942881) is known color: Dark Purple. HEX triplet: 94, 28 and 81. RGB value is (148,40,129). Sum of RGB (Red+Green+Blue) = 148+40+129=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942881 is #6BD77E. Grayscale: #525252. Windows color (decimal): -7067519 or 8464532. OLE color: 8464532.
HSL color Cylindrical-coordinate representation of color #942881: hue angle of 310.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942881 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 129 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.42 |
| HSL | 310.56º | 0.57% | 0.37% | - |
| HSV(B) | 310.56º | 0.73% | 0.58% | - |
| XYZ | 16.93 | 9.4 | 21.69 | - |
| YUV | 82.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 129 | 0 | 0.73 | 0.13 | 0.42 | 310.56 | 0.57 | 0.37 |
| Hex | 94 | 28 | 81 | 0 | 49 | D | 2A | 137 | 39 | 25 |
| Octal | 224 | 50 | 201 | 0 | 111 | 15 | 52 | 467 | 71 | 45 |
| Binary | 10010100 | 101000 | 10000001 | 0 | 1001001 | 1101 | 101010 | 100110111 | 111001 | 100101 |
Color Harmonies of #942881
Complementary color
Monochromatic Colors of #942881
Black with #942881
Text Example
Text Example
White with #942881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942881; }
p { color: rgb(148,40,129); }
H1.HeaderClassName
{
color: #942881;
}
.AnyTagClassName
{
color: #942881;
}
</style>
background-color css
<style>
a { background-color: #942881; }
a { background-color: rgb(148,40,129); }
div.DivClassName
{
background-color: #942881;
}
.BgClassName
{
background-color: #942881;
}
</style>
border-color css
<style>
span { border-color: #942881; }
span { border-color: rgb(148,40,129); }
td.TdClassName
{
border-color: #942881;
}
.TagClassName
{
border-color: #942881;
}
</style>