Shades of Dark Purple #94166F
Tints of Dark Purple #94166F
RGB
CMYK
RGB Variations
Color information
#94166F (or 0x94166F) is known color: Dark Purple. HEX triplet: 94, 16 and 6F. RGB value is (148,22,111). Sum of RGB (Red+Green+Blue) = 148+22+111=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94166F is #6BE990. Grayscale: #454545. Windows color (decimal): -7072145 or 7280276. OLE color: 7280276.
HSL color Cylindrical-coordinate representation of color #94166F: hue angle of 317.62º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94166F is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 111 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.42 |
| HSL | 317.62º | 0.74% | 0.33% | - |
| HSV(B) | 317.62º | 0.85% | 0.58% | - |
| XYZ | 15.37 | 8.02 | 15.78 | - |
| YUV | 69.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 111 | 0 | 0.85 | 0.25 | 0.42 | 317.62 | 0.74 | 0.33 |
| Hex | 94 | 16 | 6F | 0 | 55 | 19 | 2A | 13E | 4A | 21 |
| Octal | 224 | 26 | 157 | 0 | 125 | 31 | 52 | 476 | 112 | 41 |
| Binary | 10010100 | 10110 | 1101111 | 0 | 1010101 | 11001 | 101010 | 100111110 | 1001010 | 100001 |
Color Harmonies of #94166F
Complementary color
Monochromatic Colors of #94166F
Black with #94166F
Text Example
Text Example
White with #94166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94166F; }
p { color: rgb(148,22,111); }
H1.HeaderClassName
{
color: #94166F;
}
.AnyTagClassName
{
color: #94166F;
}
</style>
background-color css
<style>
a { background-color: #94166F; }
a { background-color: rgb(148,22,111); }
div.DivClassName
{
background-color: #94166F;
}
.BgClassName
{
background-color: #94166F;
}
</style>
border-color css
<style>
span { border-color: #94166F; }
span { border-color: rgb(148,22,111); }
td.TdClassName
{
border-color: #94166F;
}
.TagClassName
{
border-color: #94166F;
}
</style>