Shades of Dark Purple #94246A
Tints of Dark Purple #94246A
RGB
CMYK
RGB Variations
Color information
#94246A (or 0x94246A) is known color: Dark Purple. HEX triplet: 94, 24 and 6A. RGB value is (148,36,106). Sum of RGB (Red+Green+Blue) = 148+36+106=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246A is #6BDB95. Grayscale: #4D4D4D. Windows color (decimal): -7068566 or 6956180. OLE color: 6956180.
HSL color Cylindrical-coordinate representation of color #94246A: hue angle of 322.5º 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 #94246A is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 106 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.42 |
| HSL | 322.5º | 0.61% | 0.36% | - |
| HSV(B) | 322.5º | 0.76% | 0.58% | - |
| XYZ | 15.45 | 8.6 | 14.48 | - |
| YUV | 77.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 106 | 0 | 0.76 | 0.28 | 0.42 | 322.5 | 0.61 | 0.36 |
| Hex | 94 | 24 | 6A | 0 | 4C | 1C | 2A | 142 | 3D | 24 |
| Octal | 224 | 44 | 152 | 0 | 114 | 34 | 52 | 502 | 75 | 44 |
| Binary | 10010100 | 100100 | 1101010 | 0 | 1001100 | 11100 | 101010 | 101000010 | 111101 | 100100 |
Color Harmonies of #94246A
Complementary color
Monochromatic Colors of #94246A
Black with #94246A
Text Example
Text Example
White with #94246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94246A; }
p { color: rgb(148,36,106); }
H1.HeaderClassName
{
color: #94246A;
}
.AnyTagClassName
{
color: #94246A;
}
</style>
background-color css
<style>
a { background-color: #94246A; }
a { background-color: rgb(148,36,106); }
div.DivClassName
{
background-color: #94246A;
}
.BgClassName
{
background-color: #94246A;
}
</style>
border-color css
<style>
span { border-color: #94246A; }
span { border-color: rgb(148,36,106); }
td.TdClassName
{
border-color: #94246A;
}
.TagClassName
{
border-color: #94246A;
}
</style>