Shades of Dark Purple #94347A
Tints of Dark Purple #94347A
RGB
CMYK
RGB Variations
Color information
#94347A (or 0x94347A) is known color: Dark Purple. HEX triplet: 94, 34 and 7A. RGB value is (148,52,122). Sum of RGB (Red+Green+Blue) = 148+52+122=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94347A is #6BCB85. Grayscale: #585858. Windows color (decimal): -7064454 or 8008852. OLE color: 8008852.
HSL color Cylindrical-coordinate representation of color #94347A: hue angle of 316.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94347A is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 122 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.42 |
| HSL | 316.25º | 0.48% | 0.39% | - |
| HSV(B) | 316.25º | 0.65% | 0.58% | - |
| XYZ | 16.95 | 10.16 | 19.48 | - |
| YUV | 88.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 122 | 0 | 0.65 | 0.18 | 0.42 | 316.25 | 0.48 | 0.39 |
| Hex | 94 | 34 | 7A | 0 | 41 | 12 | 2A | 13C | 30 | 27 |
| Octal | 224 | 64 | 172 | 0 | 101 | 22 | 52 | 474 | 60 | 47 |
| Binary | 10010100 | 110100 | 1111010 | 0 | 1000001 | 10010 | 101010 | 100111100 | 110000 | 100111 |
Color Harmonies of #94347A
Complementary color
Monochromatic Colors of #94347A
Black with #94347A
Text Example
Text Example
White with #94347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94347A; }
p { color: rgb(148,52,122); }
H1.HeaderClassName
{
color: #94347A;
}
.AnyTagClassName
{
color: #94347A;
}
</style>
background-color css
<style>
a { background-color: #94347A; }
a { background-color: rgb(148,52,122); }
div.DivClassName
{
background-color: #94347A;
}
.BgClassName
{
background-color: #94347A;
}
</style>
border-color css
<style>
span { border-color: #94347A; }
span { border-color: rgb(148,52,122); }
td.TdClassName
{
border-color: #94347A;
}
.TagClassName
{
border-color: #94347A;
}
</style>