Shades of Dark Purple #942785
Tints of Dark Purple #942785
RGB
CMYK
RGB Variations
Color information
#942785 (or 0x942785) is known color: Dark Purple. HEX triplet: 94, 27 and 85. RGB value is (148,39,133). Sum of RGB (Red+Green+Blue) = 148+39+133=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #942785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942785 is #6BD87A. Grayscale: #525252. Windows color (decimal): -7067771 or 8726420. OLE color: 8726420.
HSL color Cylindrical-coordinate representation of color #942785: hue angle of 308.26º 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 #942785 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 133 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.42 |
| HSL | 308.26º | 0.58% | 0.37% | - |
| HSV(B) | 308.26º | 0.74% | 0.58% | - |
| XYZ | 17.17 | 9.44 | 23.11 | - |
| YUV | 82.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 133 | 0 | 0.74 | 0.10 | 0.42 | 308.26 | 0.58 | 0.37 |
| Hex | 94 | 27 | 85 | 0 | 4A | A | 2A | 134 | 3A | 25 |
| Octal | 224 | 47 | 205 | 0 | 112 | 12 | 52 | 464 | 72 | 45 |
| Binary | 10010100 | 100111 | 10000101 | 0 | 1001010 | 1010 | 101010 | 100110100 | 111010 | 100101 |
Color Harmonies of #942785
Complementary color
Monochromatic Colors of #942785
Black with #942785
Text Example
Text Example
White with #942785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942785; }
p { color: rgb(148,39,133); }
H1.HeaderClassName
{
color: #942785;
}
.AnyTagClassName
{
color: #942785;
}
</style>
background-color css
<style>
a { background-color: #942785; }
a { background-color: rgb(148,39,133); }
div.DivClassName
{
background-color: #942785;
}
.BgClassName
{
background-color: #942785;
}
</style>
border-color css
<style>
span { border-color: #942785; }
span { border-color: rgb(148,39,133); }
td.TdClassName
{
border-color: #942785;
}
.TagClassName
{
border-color: #942785;
}
</style>