Shades of Dark Purple #94257F
Tints of Dark Purple #94257F
RGB
CMYK
RGB Variations
Color information
#94257F (or 0x94257F) is known color: Dark Purple. HEX triplet: 94, 25 and 7F. RGB value is (148,37,127). Sum of RGB (Red+Green+Blue) = 148+37+127=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94257F is #6BDA80. Grayscale: #505050. Windows color (decimal): -7068289 or 8332692. OLE color: 8332692.
HSL color Cylindrical-coordinate representation of color #94257F: hue angle of 311.35º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94257F is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 37 | 127 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.42 |
| HSL | 311.35º | 0.6% | 0.36% | - |
| HSV(B) | 311.35º | 0.75% | 0.58% | - |
| XYZ | 16.71 | 9.15 | 20.96 | - |
| YUV | 80.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 127 | 0 | 0.75 | 0.14 | 0.42 | 311.35 | 0.6 | 0.36 |
| Hex | 94 | 25 | 7F | 0 | 4B | E | 2A | 137 | 3C | 24 |
| Octal | 224 | 45 | 177 | 0 | 113 | 16 | 52 | 467 | 74 | 44 |
| Binary | 10010100 | 100101 | 1111111 | 0 | 1001011 | 1110 | 101010 | 100110111 | 111100 | 100100 |
Color Harmonies of #94257F
Complementary color
Monochromatic Colors of #94257F
Black with #94257F
Text Example
Text Example
White with #94257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94257F; }
p { color: rgb(148,37,127); }
H1.HeaderClassName
{
color: #94257F;
}
.AnyTagClassName
{
color: #94257F;
}
</style>
background-color css
<style>
a { background-color: #94257F; }
a { background-color: rgb(148,37,127); }
div.DivClassName
{
background-color: #94257F;
}
.BgClassName
{
background-color: #94257F;
}
</style>
border-color css
<style>
span { border-color: #94257F; }
span { border-color: rgb(148,37,127); }
td.TdClassName
{
border-color: #94257F;
}
.TagClassName
{
border-color: #94257F;
}
</style>