Shades of Dark Purple #94307C
Tints of Dark Purple #94307C
RGB
CMYK
RGB Variations
Color information
#94307C (or 0x94307C) is known color: Dark Purple. HEX triplet: 94, 30 and 7C. RGB value is (148,48,124). Sum of RGB (Red+Green+Blue) = 148+48+124=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94307C is #6BCF83. Grayscale: #565656. Windows color (decimal): -7065476 or 8138900. OLE color: 8138900.
HSL color Cylindrical-coordinate representation of color #94307C: hue angle of 314.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 #94307C is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 124 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.42 |
| HSL | 314.4º | 0.51% | 0.38% | - |
| HSV(B) | 314.4º | 0.68% | 0.58% | - |
| XYZ | 16.91 | 9.87 | 20.08 | - |
| YUV | 86.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 124 | 0 | 0.68 | 0.16 | 0.42 | 314.4 | 0.51 | 0.38 |
| Hex | 94 | 30 | 7C | 0 | 44 | 10 | 2A | 13A | 33 | 26 |
| Octal | 224 | 60 | 174 | 0 | 104 | 20 | 52 | 472 | 63 | 46 |
| Binary | 10010100 | 110000 | 1111100 | 0 | 1000100 | 10000 | 101010 | 100111010 | 110011 | 100110 |
Color Harmonies of #94307C
Complementary color
Monochromatic Colors of #94307C
Black with #94307C
Text Example
Text Example
White with #94307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94307C; }
p { color: rgb(148,48,124); }
H1.HeaderClassName
{
color: #94307C;
}
.AnyTagClassName
{
color: #94307C;
}
</style>
background-color css
<style>
a { background-color: #94307C; }
a { background-color: rgb(148,48,124); }
div.DivClassName
{
background-color: #94307C;
}
.BgClassName
{
background-color: #94307C;
}
</style>
border-color css
<style>
span { border-color: #94307C; }
span { border-color: rgb(148,48,124); }
td.TdClassName
{
border-color: #94307C;
}
.TagClassName
{
border-color: #94307C;
}
</style>