Shades of Dark Purple #942282
Tints of Dark Purple #942282
RGB
CMYK
RGB Variations
Color information
#942282 (or 0x942282) is known color: Dark Purple. HEX triplet: 94, 22 and 82. RGB value is (148,34,130). Sum of RGB (Red+Green+Blue) = 148+34+130=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #942282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942282 is #6BDD7D. Grayscale: #4E4E4E. Windows color (decimal): -7069054 or 8528532. OLE color: 8528532.
HSL color Cylindrical-coordinate representation of color #942282: hue angle of 309.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942282 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 130 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.42 |
| HSL | 309.47º | 0.63% | 0.36% | - |
| HSV(B) | 309.47º | 0.77% | 0.58% | - |
| XYZ | 16.81 | 9.05 | 21.98 | - |
| YUV | 79.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 130 | 0 | 0.77 | 0.12 | 0.42 | 309.47 | 0.63 | 0.36 |
| Hex | 94 | 22 | 82 | 0 | 4D | C | 2A | 135 | 3F | 24 |
| Octal | 224 | 42 | 202 | 0 | 115 | 14 | 52 | 465 | 77 | 44 |
| Binary | 10010100 | 100010 | 10000010 | 0 | 1001101 | 1100 | 101010 | 100110101 | 111111 | 100100 |
Color Harmonies of #942282
Complementary color
Monochromatic Colors of #942282
Black with #942282
Text Example
Text Example
White with #942282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942282; }
p { color: rgb(148,34,130); }
H1.HeaderClassName
{
color: #942282;
}
.AnyTagClassName
{
color: #942282;
}
</style>
background-color css
<style>
a { background-color: #942282; }
a { background-color: rgb(148,34,130); }
div.DivClassName
{
background-color: #942282;
}
.BgClassName
{
background-color: #942282;
}
</style>
border-color css
<style>
span { border-color: #942282; }
span { border-color: rgb(148,34,130); }
td.TdClassName
{
border-color: #942282;
}
.TagClassName
{
border-color: #942282;
}
</style>