Shades of Dark Purple #94337A
Tints of Dark Purple #94337A
RGB
CMYK
RGB Variations
Color information
#94337A (or 0x94337A) is known color: Dark Purple. HEX triplet: 94, 33 and 7A. RGB value is (148,51,122). Sum of RGB (Red+Green+Blue) = 148+51+122=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94337A is #6BCC85. Grayscale: #575757. Windows color (decimal): -7064710 or 8008596. OLE color: 8008596.
HSL color Cylindrical-coordinate representation of color #94337A: hue angle of 316.08º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94337A is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 122 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.42 |
| HSL | 316.08º | 0.49% | 0.39% | - |
| HSV(B) | 316.08º | 0.66% | 0.58% | - |
| XYZ | 16.91 | 10.07 | 19.46 | - |
| YUV | 88.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 122 | 0 | 0.66 | 0.18 | 0.42 | 316.08 | 0.49 | 0.39 |
| Hex | 94 | 33 | 7A | 0 | 42 | 12 | 2A | 13C | 31 | 27 |
| Octal | 224 | 63 | 172 | 0 | 102 | 22 | 52 | 474 | 61 | 47 |
| Binary | 10010100 | 110011 | 1111010 | 0 | 1000010 | 10010 | 101010 | 100111100 | 110001 | 100111 |
Color Harmonies of #94337A
Complementary color
Monochromatic Colors of #94337A
Black with #94337A
Text Example
Text Example
White with #94337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94337A; }
p { color: rgb(148,51,122); }
H1.HeaderClassName
{
color: #94337A;
}
.AnyTagClassName
{
color: #94337A;
}
</style>
background-color css
<style>
a { background-color: #94337A; }
a { background-color: rgb(148,51,122); }
div.DivClassName
{
background-color: #94337A;
}
.BgClassName
{
background-color: #94337A;
}
</style>
border-color css
<style>
span { border-color: #94337A; }
span { border-color: rgb(148,51,122); }
td.TdClassName
{
border-color: #94337A;
}
.TagClassName
{
border-color: #94337A;
}
</style>