Shades of Dark Purple #94218F
Tints of Dark Purple #94218F
RGB
CMYK
RGB Variations
Color information
#94218F (or 0x94218F) is known color: Dark Purple. HEX triplet: 94, 21 and 8F. RGB value is (148,33,143). Sum of RGB (Red+Green+Blue) = 148+33+143=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94218F is #6BDE70. Grayscale: #4F4F4F. Windows color (decimal): -7069297 or 9380244. OLE color: 9380244.
HSL color Cylindrical-coordinate representation of color #94218F: hue angle of 302.61º 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 #94218F is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 143 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.42 |
| HSL | 302.61º | 0.64% | 0.35% | - |
| HSV(B) | 302.61º | 0.78% | 0.58% | - |
| XYZ | 17.71 | 9.37 | 26.86 | - |
| YUV | 79.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 143 | 0 | 0.78 | 0.03 | 0.42 | 302.61 | 0.64 | 0.35 |
| Hex | 94 | 21 | 8F | 0 | 4E | 3 | 2A | 12F | 40 | 23 |
| Octal | 224 | 41 | 217 | 0 | 116 | 3 | 52 | 457 | 100 | 43 |
| Binary | 10010100 | 100001 | 10001111 | 0 | 1001110 | 11 | 101010 | 100101111 | 1000000 | 100011 |
Color Harmonies of #94218F
Complementary color
Monochromatic Colors of #94218F
Black with #94218F
Text Example
Text Example
White with #94218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94218F; }
p { color: rgb(148,33,143); }
H1.HeaderClassName
{
color: #94218F;
}
.AnyTagClassName
{
color: #94218F;
}
</style>
background-color css
<style>
a { background-color: #94218F; }
a { background-color: rgb(148,33,143); }
div.DivClassName
{
background-color: #94218F;
}
.BgClassName
{
background-color: #94218F;
}
</style>
border-color css
<style>
span { border-color: #94218F; }
span { border-color: rgb(148,33,143); }
td.TdClassName
{
border-color: #94218F;
}
.TagClassName
{
border-color: #94218F;
}
</style>