Shades of Dark Purple #94216D
Tints of Dark Purple #94216D
RGB
CMYK
RGB Variations
Color information
#94216D (or 0x94216D) is known color: Dark Purple. HEX triplet: 94, 21 and 6D. RGB value is (148,33,109). Sum of RGB (Red+Green+Blue) = 148+33+109=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94216D is #6BDE92. Grayscale: #4B4B4B. Windows color (decimal): -7069331 or 7152020. OLE color: 7152020.
HSL color Cylindrical-coordinate representation of color #94216D: hue angle of 320.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94216D is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 109 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.42 |
| HSL | 320.35º | 0.64% | 0.35% | - |
| HSV(B) | 320.35º | 0.78% | 0.58% | - |
| XYZ | 15.52 | 8.49 | 15.29 | - |
| YUV | 76.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 109 | 0 | 0.78 | 0.26 | 0.42 | 320.35 | 0.64 | 0.35 |
| Hex | 94 | 21 | 6D | 0 | 4E | 1A | 2A | 140 | 40 | 23 |
| Octal | 224 | 41 | 155 | 0 | 116 | 32 | 52 | 500 | 100 | 43 |
| Binary | 10010100 | 100001 | 1101101 | 0 | 1001110 | 11010 | 101010 | 101000000 | 1000000 | 100011 |
Color Harmonies of #94216D
Complementary color
Monochromatic Colors of #94216D
Black with #94216D
Text Example
Text Example
White with #94216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94216D; }
p { color: rgb(148,33,109); }
H1.HeaderClassName
{
color: #94216D;
}
.AnyTagClassName
{
color: #94216D;
}
</style>
background-color css
<style>
a { background-color: #94216D; }
a { background-color: rgb(148,33,109); }
div.DivClassName
{
background-color: #94216D;
}
.BgClassName
{
background-color: #94216D;
}
</style>
border-color css
<style>
span { border-color: #94216D; }
span { border-color: rgb(148,33,109); }
td.TdClassName
{
border-color: #94216D;
}
.TagClassName
{
border-color: #94216D;
}
</style>