Shades of Dark Purple #94247E
Tints of Dark Purple #94247E
RGB
CMYK
RGB Variations
Color information
#94247E (or 0x94247E) is known color: Dark Purple. HEX triplet: 94, 24 and 7E. RGB value is (148,36,126). Sum of RGB (Red+Green+Blue) = 148+36+126=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94247E is #6BDB81. Grayscale: #4F4F4F. Windows color (decimal): -7068546 or 8266900. OLE color: 8266900.
HSL color Cylindrical-coordinate representation of color #94247E: hue angle of 311.79º 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 #94247E is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 126 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.42 |
| HSL | 311.79º | 0.61% | 0.36% | - |
| HSV(B) | 311.79º | 0.76% | 0.58% | - |
| XYZ | 16.61 | 9.06 | 20.61 | - |
| YUV | 79.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 126 | 0 | 0.76 | 0.15 | 0.42 | 311.79 | 0.61 | 0.36 |
| Hex | 94 | 24 | 7E | 0 | 4C | F | 2A | 138 | 3D | 24 |
| Octal | 224 | 44 | 176 | 0 | 114 | 17 | 52 | 470 | 75 | 44 |
| Binary | 10010100 | 100100 | 1111110 | 0 | 1001100 | 1111 | 101010 | 100111000 | 111101 | 100100 |
Color Harmonies of #94247E
Complementary color
Monochromatic Colors of #94247E
Black with #94247E
Text Example
Text Example
White with #94247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94247E; }
p { color: rgb(148,36,126); }
H1.HeaderClassName
{
color: #94247E;
}
.AnyTagClassName
{
color: #94247E;
}
</style>
background-color css
<style>
a { background-color: #94247E; }
a { background-color: rgb(148,36,126); }
div.DivClassName
{
background-color: #94247E;
}
.BgClassName
{
background-color: #94247E;
}
</style>
border-color css
<style>
span { border-color: #94247E; }
span { border-color: rgb(148,36,126); }
td.TdClassName
{
border-color: #94247E;
}
.TagClassName
{
border-color: #94247E;
}
</style>