Shades of Dark Purple #94247D
Tints of Dark Purple #94247D
RGB
CMYK
RGB Variations
Color information
#94247D (or 0x94247D) is known color: Dark Purple. HEX triplet: 94, 24 and 7D. RGB value is (148,36,125). Sum of RGB (Red+Green+Blue) = 148+36+125=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94247D is #6BDB82. Grayscale: #4F4F4F. Windows color (decimal): -7068547 or 8201364. OLE color: 8201364.
HSL color Cylindrical-coordinate representation of color #94247D: hue angle of 312.32º 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 #94247D is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 125 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.42 |
| HSL | 312.32º | 0.61% | 0.36% | - |
| HSV(B) | 312.32º | 0.76% | 0.58% | - |
| XYZ | 16.55 | 9.04 | 20.27 | - |
| YUV | 79.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 125 | 0 | 0.76 | 0.16 | 0.42 | 312.32 | 0.61 | 0.36 |
| Hex | 94 | 24 | 7D | 0 | 4C | 10 | 2A | 138 | 3D | 24 |
| Octal | 224 | 44 | 175 | 0 | 114 | 20 | 52 | 470 | 75 | 44 |
| Binary | 10010100 | 100100 | 1111101 | 0 | 1001100 | 10000 | 101010 | 100111000 | 111101 | 100100 |
Color Harmonies of #94247D
Complementary color
Monochromatic Colors of #94247D
Black with #94247D
Text Example
Text Example
White with #94247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94247D; }
p { color: rgb(148,36,125); }
H1.HeaderClassName
{
color: #94247D;
}
.AnyTagClassName
{
color: #94247D;
}
</style>
background-color css
<style>
a { background-color: #94247D; }
a { background-color: rgb(148,36,125); }
div.DivClassName
{
background-color: #94247D;
}
.BgClassName
{
background-color: #94247D;
}
</style>
border-color css
<style>
span { border-color: #94247D; }
span { border-color: rgb(148,36,125); }
td.TdClassName
{
border-color: #94247D;
}
.TagClassName
{
border-color: #94247D;
}
</style>