Shades of Dark Purple #942482
Tints of Dark Purple #942482
RGB
CMYK
RGB Variations
Color information
#942482 (or 0x942482) is known color: Dark Purple. HEX triplet: 94, 24 and 82. RGB value is (148,36,130). Sum of RGB (Red+Green+Blue) = 148+36+130=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #942482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942482 is #6BDB7D. Grayscale: #4F4F4F. Windows color (decimal): -7068542 or 8529044. OLE color: 8529044.
HSL color Cylindrical-coordinate representation of color #942482: hue angle of 309.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942482 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 130 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.42 |
| HSL | 309.64º | 0.61% | 0.36% | - |
| HSV(B) | 309.64º | 0.76% | 0.58% | - |
| XYZ | 16.87 | 9.17 | 22 | - |
| YUV | 80.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 130 | 0 | 0.76 | 0.12 | 0.42 | 309.64 | 0.61 | 0.36 |
| Hex | 94 | 24 | 82 | 0 | 4C | C | 2A | 136 | 3D | 24 |
| Octal | 224 | 44 | 202 | 0 | 114 | 14 | 52 | 466 | 75 | 44 |
| Binary | 10010100 | 100100 | 10000010 | 0 | 1001100 | 1100 | 101010 | 100110110 | 111101 | 100100 |
Color Harmonies of #942482
Complementary color
Monochromatic Colors of #942482
Black with #942482
Text Example
Text Example
White with #942482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942482; }
p { color: rgb(148,36,130); }
H1.HeaderClassName
{
color: #942482;
}
.AnyTagClassName
{
color: #942482;
}
</style>
background-color css
<style>
a { background-color: #942482; }
a { background-color: rgb(148,36,130); }
div.DivClassName
{
background-color: #942482;
}
.BgClassName
{
background-color: #942482;
}
</style>
border-color css
<style>
span { border-color: #942482; }
span { border-color: rgb(148,36,130); }
td.TdClassName
{
border-color: #942482;
}
.TagClassName
{
border-color: #942482;
}
</style>