Shades of Dark Purple #94218B
Tints of Dark Purple #94218B
RGB
CMYK
RGB Variations
Color information
#94218B (or 0x94218B) is known color: Dark Purple. HEX triplet: 94, 21 and 8B. RGB value is (148,33,139). Sum of RGB (Red+Green+Blue) = 148+33+139=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94218B is #6BDE74. Grayscale: #4F4F4F. Windows color (decimal): -7069301 or 9118100. OLE color: 9118100.
HSL color Cylindrical-coordinate representation of color #94218B: hue angle of 304.7º 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 #94218B is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 139 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.42 |
| HSL | 304.7º | 0.64% | 0.35% | - |
| HSV(B) | 304.7º | 0.78% | 0.58% | - |
| XYZ | 17.42 | 9.25 | 25.29 | - |
| YUV | 79.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 139 | 0 | 0.78 | 0.06 | 0.42 | 304.7 | 0.64 | 0.35 |
| Hex | 94 | 21 | 8B | 0 | 4E | 6 | 2A | 131 | 40 | 23 |
| Octal | 224 | 41 | 213 | 0 | 116 | 6 | 52 | 461 | 100 | 43 |
| Binary | 10010100 | 100001 | 10001011 | 0 | 1001110 | 110 | 101010 | 100110001 | 1000000 | 100011 |
Color Harmonies of #94218B
Complementary color
Monochromatic Colors of #94218B
Black with #94218B
Text Example
Text Example
White with #94218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94218B; }
p { color: rgb(148,33,139); }
H1.HeaderClassName
{
color: #94218B;
}
.AnyTagClassName
{
color: #94218B;
}
</style>
background-color css
<style>
a { background-color: #94218B; }
a { background-color: rgb(148,33,139); }
div.DivClassName
{
background-color: #94218B;
}
.BgClassName
{
background-color: #94218B;
}
</style>
border-color css
<style>
span { border-color: #94218B; }
span { border-color: rgb(148,33,139); }
td.TdClassName
{
border-color: #94218B;
}
.TagClassName
{
border-color: #94218B;
}
</style>