Shades of Dark Purple #94288C
Tints of Dark Purple #94288C
RGB
CMYK
RGB Variations
Color information
#94288C (or 0x94288C) is known color: Dark Purple. HEX triplet: 94, 28 and 8C. RGB value is (148,40,140). Sum of RGB (Red+Green+Blue) = 148+40+140=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94288C is #6BD773. Grayscale: #535353. Windows color (decimal): -7067508 or 9185428. OLE color: 9185428.
HSL color Cylindrical-coordinate representation of color #94288C: hue angle of 304.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94288C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 140 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.42 |
| HSL | 304.44º | 0.57% | 0.37% | - |
| HSV(B) | 304.44º | 0.73% | 0.58% | - |
| XYZ | 17.71 | 9.71 | 25.75 | - |
| YUV | 83.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 140 | 0 | 0.73 | 0.05 | 0.42 | 304.44 | 0.57 | 0.37 |
| Hex | 94 | 28 | 8C | 0 | 49 | 5 | 2A | 130 | 39 | 25 |
| Octal | 224 | 50 | 214 | 0 | 111 | 5 | 52 | 460 | 71 | 45 |
| Binary | 10010100 | 101000 | 10001100 | 0 | 1001001 | 101 | 101010 | 100110000 | 111001 | 100101 |
Color Harmonies of #94288C
Complementary color
Monochromatic Colors of #94288C
Black with #94288C
Text Example
Text Example
White with #94288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94288C; }
p { color: rgb(148,40,140); }
H1.HeaderClassName
{
color: #94288C;
}
.AnyTagClassName
{
color: #94288C;
}
</style>
background-color css
<style>
a { background-color: #94288C; }
a { background-color: rgb(148,40,140); }
div.DivClassName
{
background-color: #94288C;
}
.BgClassName
{
background-color: #94288C;
}
</style>
border-color css
<style>
span { border-color: #94288C; }
span { border-color: rgb(148,40,140); }
td.TdClassName
{
border-color: #94288C;
}
.TagClassName
{
border-color: #94288C;
}
</style>