Shades of Dark Purple #94246B
Tints of Dark Purple #94246B
RGB
CMYK
RGB Variations
Color information
#94246B (or 0x94246B) is known color: Dark Purple. HEX triplet: 94, 24 and 6B. RGB value is (148,36,107). Sum of RGB (Red+Green+Blue) = 148+36+107=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246B is #6BDB94. Grayscale: #4D4D4D. Windows color (decimal): -7068565 or 7021716. OLE color: 7021716.
HSL color Cylindrical-coordinate representation of color #94246B: hue angle of 321.96º 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 #94246B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 107 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.42 |
| HSL | 321.96º | 0.61% | 0.36% | - |
| HSV(B) | 321.96º | 0.76% | 0.58% | - |
| XYZ | 15.5 | 8.62 | 14.76 | - |
| YUV | 77.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 107 | 0 | 0.76 | 0.28 | 0.42 | 321.96 | 0.61 | 0.36 |
| Hex | 94 | 24 | 6B | 0 | 4C | 1C | 2A | 142 | 3D | 24 |
| Octal | 224 | 44 | 153 | 0 | 114 | 34 | 52 | 502 | 75 | 44 |
| Binary | 10010100 | 100100 | 1101011 | 0 | 1001100 | 11100 | 101010 | 101000010 | 111101 | 100100 |
Color Harmonies of #94246B
Complementary color
Monochromatic Colors of #94246B
Black with #94246B
Text Example
Text Example
White with #94246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94246B; }
p { color: rgb(148,36,107); }
H1.HeaderClassName
{
color: #94246B;
}
.AnyTagClassName
{
color: #94246B;
}
</style>
background-color css
<style>
a { background-color: #94246B; }
a { background-color: rgb(148,36,107); }
div.DivClassName
{
background-color: #94246B;
}
.BgClassName
{
background-color: #94246B;
}
</style>
border-color css
<style>
span { border-color: #94246B; }
span { border-color: rgb(148,36,107); }
td.TdClassName
{
border-color: #94246B;
}
.TagClassName
{
border-color: #94246B;
}
</style>