Shades of Dark Purple #942885
Tints of Dark Purple #942885
RGB
CMYK
RGB Variations
Color information
#942885 (or 0x942885) is known color: Dark Purple. HEX triplet: 94, 28 and 85. RGB value is (148,40,133). Sum of RGB (Red+Green+Blue) = 148+40+133=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #942885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942885 is #6BD77A. Grayscale: #525252. Windows color (decimal): -7067515 or 8726676. OLE color: 8726676.
HSL color Cylindrical-coordinate representation of color #942885: hue angle of 308.33º 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 #942885 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 133 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.42 |
| HSL | 308.33º | 0.57% | 0.37% | - |
| HSV(B) | 308.33º | 0.73% | 0.58% | - |
| XYZ | 17.21 | 9.51 | 23.12 | - |
| YUV | 82.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 133 | 0 | 0.73 | 0.10 | 0.42 | 308.33 | 0.57 | 0.37 |
| Hex | 94 | 28 | 85 | 0 | 49 | A | 2A | 134 | 39 | 25 |
| Octal | 224 | 50 | 205 | 0 | 111 | 12 | 52 | 464 | 71 | 45 |
| Binary | 10010100 | 101000 | 10000101 | 0 | 1001001 | 1010 | 101010 | 100110100 | 111001 | 100101 |
Color Harmonies of #942885
Complementary color
Monochromatic Colors of #942885
Black with #942885
Text Example
Text Example
White with #942885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942885; }
p { color: rgb(148,40,133); }
H1.HeaderClassName
{
color: #942885;
}
.AnyTagClassName
{
color: #942885;
}
</style>
background-color css
<style>
a { background-color: #942885; }
a { background-color: rgb(148,40,133); }
div.DivClassName
{
background-color: #942885;
}
.BgClassName
{
background-color: #942885;
}
</style>
border-color css
<style>
span { border-color: #942885; }
span { border-color: rgb(148,40,133); }
td.TdClassName
{
border-color: #942885;
}
.TagClassName
{
border-color: #942885;
}
</style>