Shades of Dark Purple #94367D
Tints of Dark Purple #94367D
RGB
CMYK
RGB Variations
Color information
#94367D (or 0x94367D) is known color: Dark Purple. HEX triplet: 94, 36 and 7D. RGB value is (148,54,125). Sum of RGB (Red+Green+Blue) = 148+54+125=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94367D is #6BC982. Grayscale: #5A5A5A. Windows color (decimal): -7063939 or 8205972. OLE color: 8205972.
HSL color Cylindrical-coordinate representation of color #94367D: hue angle of 314.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94367D is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 54 | 125 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.42 |
| HSL | 314.68º | 0.47% | 0.4% | - |
| HSV(B) | 314.68º | 0.64% | 0.58% | - |
| XYZ | 17.23 | 10.41 | 20.5 | - |
| YUV | 90.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 54 | 125 | 0 | 0.64 | 0.16 | 0.42 | 314.68 | 0.47 | 0.4 |
| Hex | 94 | 36 | 7D | 0 | 40 | 10 | 2A | 13B | 2F | 28 |
| Octal | 224 | 66 | 175 | 0 | 100 | 20 | 52 | 473 | 57 | 50 |
| Binary | 10010100 | 110110 | 1111101 | 0 | 1000000 | 10000 | 101010 | 100111011 | 101111 | 101000 |
Color Harmonies of #94367D
Complementary color
Monochromatic Colors of #94367D
Black with #94367D
Text Example
Text Example
White with #94367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94367D; }
p { color: rgb(148,54,125); }
H1.HeaderClassName
{
color: #94367D;
}
.AnyTagClassName
{
color: #94367D;
}
</style>
background-color css
<style>
a { background-color: #94367D; }
a { background-color: rgb(148,54,125); }
div.DivClassName
{
background-color: #94367D;
}
.BgClassName
{
background-color: #94367D;
}
</style>
border-color css
<style>
span { border-color: #94367D; }
span { border-color: rgb(148,54,125); }
td.TdClassName
{
border-color: #94367D;
}
.TagClassName
{
border-color: #94367D;
}
</style>