Shades of Dark Purple #94246C
Tints of Dark Purple #94246C
RGB
CMYK
RGB Variations
Color information
#94246C (or 0x94246C) is known color: Dark Purple. HEX triplet: 94, 24 and 6C. RGB value is (148,36,108). Sum of RGB (Red+Green+Blue) = 148+36+108=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246C is #6BDB93. Grayscale: #4D4D4D. Windows color (decimal): -7068564 or 7087252. OLE color: 7087252.
HSL color Cylindrical-coordinate representation of color #94246C: hue angle of 321.43º 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 #94246C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 108 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.42 |
| HSL | 321.43º | 0.61% | 0.36% | - |
| HSV(B) | 321.43º | 0.76% | 0.58% | - |
| XYZ | 15.55 | 8.64 | 15.04 | - |
| YUV | 77.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 108 | 0 | 0.76 | 0.27 | 0.42 | 321.43 | 0.61 | 0.36 |
| Hex | 94 | 24 | 6C | 0 | 4C | 1B | 2A | 141 | 3D | 24 |
| Octal | 224 | 44 | 154 | 0 | 114 | 33 | 52 | 501 | 75 | 44 |
| Binary | 10010100 | 100100 | 1101100 | 0 | 1001100 | 11011 | 101010 | 101000001 | 111101 | 100100 |
Color Harmonies of #94246C
Complementary color
Monochromatic Colors of #94246C
Black with #94246C
Text Example
Text Example
White with #94246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94246C; }
p { color: rgb(148,36,108); }
H1.HeaderClassName
{
color: #94246C;
}
.AnyTagClassName
{
color: #94246C;
}
</style>
background-color css
<style>
a { background-color: #94246C; }
a { background-color: rgb(148,36,108); }
div.DivClassName
{
background-color: #94246C;
}
.BgClassName
{
background-color: #94246C;
}
</style>
border-color css
<style>
span { border-color: #94246C; }
span { border-color: rgb(148,36,108); }
td.TdClassName
{
border-color: #94246C;
}
.TagClassName
{
border-color: #94246C;
}
</style>