Shades of Dark Purple #94397E
Tints of Dark Purple #94397E
RGB
CMYK
RGB Variations
Color information
#94397E (or 0x94397E) is known color: Dark Purple. HEX triplet: 94, 39 and 7E. RGB value is (148,57,126). Sum of RGB (Red+Green+Blue) = 148+57+126=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #94397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94397E is #6BC681. Grayscale: #5B5B5B. Windows color (decimal): -7063170 or 8272276. OLE color: 8272276.
HSL color Cylindrical-coordinate representation of color #94397E: hue angle of 314.51º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94397E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 126 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.42 |
| HSL | 314.51º | 0.44% | 0.4% | - |
| HSV(B) | 314.51º | 0.61% | 0.58% | - |
| XYZ | 17.44 | 10.73 | 20.89 | - |
| YUV | 92.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 126 | 0 | 0.61 | 0.15 | 0.42 | 314.51 | 0.44 | 0.4 |
| Hex | 94 | 39 | 7E | 0 | 3D | F | 2A | 13B | 2C | 28 |
| Octal | 224 | 71 | 176 | 0 | 75 | 17 | 52 | 473 | 54 | 50 |
| Binary | 10010100 | 111001 | 1111110 | 0 | 111101 | 1111 | 101010 | 100111011 | 101100 | 101000 |
Color Harmonies of #94397E
Complementary color
Monochromatic Colors of #94397E
Black with #94397E
Text Example
Text Example
White with #94397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94397E; }
p { color: rgb(148,57,126); }
H1.HeaderClassName
{
color: #94397E;
}
.AnyTagClassName
{
color: #94397E;
}
</style>
background-color css
<style>
a { background-color: #94397E; }
a { background-color: rgb(148,57,126); }
div.DivClassName
{
background-color: #94397E;
}
.BgClassName
{
background-color: #94397E;
}
</style>
border-color css
<style>
span { border-color: #94397E; }
span { border-color: rgb(148,57,126); }
td.TdClassName
{
border-color: #94397E;
}
.TagClassName
{
border-color: #94397E;
}
</style>