Shades of Dark Purple #94247B
Tints of Dark Purple #94247B
RGB
CMYK
RGB Variations
Color information
#94247B (or 0x94247B) is known color: Dark Purple. HEX triplet: 94, 24 and 7B. RGB value is (148,36,123). Sum of RGB (Red+Green+Blue) = 148+36+123=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94247B is #6BDB84. Grayscale: #4F4F4F. Windows color (decimal): -7068549 or 8070292. OLE color: 8070292.
HSL color Cylindrical-coordinate representation of color #94247B: hue angle of 313.39º 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 #94247B is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 123 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.42 |
| HSL | 313.39º | 0.61% | 0.36% | - |
| HSV(B) | 313.39º | 0.76% | 0.58% | - |
| XYZ | 16.42 | 8.99 | 19.61 | - |
| YUV | 79.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 123 | 0 | 0.76 | 0.17 | 0.42 | 313.39 | 0.61 | 0.36 |
| Hex | 94 | 24 | 7B | 0 | 4C | 11 | 2A | 139 | 3D | 24 |
| Octal | 224 | 44 | 173 | 0 | 114 | 21 | 52 | 471 | 75 | 44 |
| Binary | 10010100 | 100100 | 1111011 | 0 | 1001100 | 10001 | 101010 | 100111001 | 111101 | 100100 |
Color Harmonies of #94247B
Complementary color
Monochromatic Colors of #94247B
Black with #94247B
Text Example
Text Example
White with #94247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94247B; }
p { color: rgb(148,36,123); }
H1.HeaderClassName
{
color: #94247B;
}
.AnyTagClassName
{
color: #94247B;
}
</style>
background-color css
<style>
a { background-color: #94247B; }
a { background-color: rgb(148,36,123); }
div.DivClassName
{
background-color: #94247B;
}
.BgClassName
{
background-color: #94247B;
}
</style>
border-color css
<style>
span { border-color: #94247B; }
span { border-color: rgb(148,36,123); }
td.TdClassName
{
border-color: #94247B;
}
.TagClassName
{
border-color: #94247B;
}
</style>