Shades of Dark Purple #94247A
Tints of Dark Purple #94247A
RGB
CMYK
RGB Variations
Color information
#94247A (or 0x94247A) is known color: Dark Purple. HEX triplet: 94, 24 and 7A. RGB value is (148,36,122). Sum of RGB (Red+Green+Blue) = 148+36+122=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94247A is #6BDB85. Grayscale: #4F4F4F. Windows color (decimal): -7068550 or 8004756. OLE color: 8004756.
HSL color Cylindrical-coordinate representation of color #94247A: hue angle of 313.93º 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 #94247A is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 122 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.42 |
| HSL | 313.93º | 0.61% | 0.36% | - |
| HSV(B) | 313.93º | 0.76% | 0.58% | - |
| XYZ | 16.36 | 8.96 | 19.28 | - |
| YUV | 79.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 122 | 0 | 0.76 | 0.18 | 0.42 | 313.93 | 0.61 | 0.36 |
| Hex | 94 | 24 | 7A | 0 | 4C | 12 | 2A | 13A | 3D | 24 |
| Octal | 224 | 44 | 172 | 0 | 114 | 22 | 52 | 472 | 75 | 44 |
| Binary | 10010100 | 100100 | 1111010 | 0 | 1001100 | 10010 | 101010 | 100111010 | 111101 | 100100 |
Color Harmonies of #94247A
Complementary color
Monochromatic Colors of #94247A
Black with #94247A
Text Example
Text Example
White with #94247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94247A; }
p { color: rgb(148,36,122); }
H1.HeaderClassName
{
color: #94247A;
}
.AnyTagClassName
{
color: #94247A;
}
</style>
background-color css
<style>
a { background-color: #94247A; }
a { background-color: rgb(148,36,122); }
div.DivClassName
{
background-color: #94247A;
}
.BgClassName
{
background-color: #94247A;
}
</style>
border-color css
<style>
span { border-color: #94247A; }
span { border-color: rgb(148,36,122); }
td.TdClassName
{
border-color: #94247A;
}
.TagClassName
{
border-color: #94247A;
}
</style>