Shades of Dark Purple #94306D
Tints of Dark Purple #94306D
RGB
CMYK
RGB Variations
Color information
#94306D (or 0x94306D) is known color: Dark Purple. HEX triplet: 94, 30 and 6D. RGB value is (148,48,109). Sum of RGB (Red+Green+Blue) = 148+48+109=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94306D is #6BCF92. Grayscale: #545454. Windows color (decimal): -7065491 or 7155860. OLE color: 7155860.
HSL color Cylindrical-coordinate representation of color #94306D: hue angle of 323.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94306D is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 109 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.42 |
| HSL | 323.4º | 0.51% | 0.38% | - |
| HSV(B) | 323.4º | 0.68% | 0.58% | - |
| XYZ | 16.03 | 9.51 | 15.46 | - |
| YUV | 84.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 109 | 0 | 0.68 | 0.26 | 0.42 | 323.4 | 0.51 | 0.38 |
| Hex | 94 | 30 | 6D | 0 | 44 | 1A | 2A | 143 | 33 | 26 |
| Octal | 224 | 60 | 155 | 0 | 104 | 32 | 52 | 503 | 63 | 46 |
| Binary | 10010100 | 110000 | 1101101 | 0 | 1000100 | 11010 | 101010 | 101000011 | 110011 | 100110 |
Color Harmonies of #94306D
Complementary color
Monochromatic Colors of #94306D
Black with #94306D
Text Example
Text Example
White with #94306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94306D; }
p { color: rgb(148,48,109); }
H1.HeaderClassName
{
color: #94306D;
}
.AnyTagClassName
{
color: #94306D;
}
</style>
background-color css
<style>
a { background-color: #94306D; }
a { background-color: rgb(148,48,109); }
div.DivClassName
{
background-color: #94306D;
}
.BgClassName
{
background-color: #94306D;
}
</style>
border-color css
<style>
span { border-color: #94306D; }
span { border-color: rgb(148,48,109); }
td.TdClassName
{
border-color: #94306D;
}
.TagClassName
{
border-color: #94306D;
}
</style>