Shades of Dark Purple #93288C
Tints of Dark Purple #93288C
RGB
CMYK
RGB Variations
Color information
#93288C (or 0x93288C) is known color: Dark Purple. HEX triplet: 93, 28 and 8C. RGB value is (147,40,140). Sum of RGB (Red+Green+Blue) = 147+40+140=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93288C is #6CD773. Grayscale: #535353. Windows color (decimal): -7133044 or 9185427. OLE color: 9185427.
HSL color Cylindrical-coordinate representation of color #93288C: hue angle of 303.93º 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 #93288C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 140 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.42 |
| HSL | 303.93º | 0.57% | 0.37% | - |
| HSV(B) | 303.93º | 0.73% | 0.58% | - |
| XYZ | 17.53 | 9.61 | 25.74 | - |
| YUV | 83.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 140 | 0 | 0.73 | 0.05 | 0.42 | 303.93 | 0.57 | 0.37 |
| Hex | 93 | 28 | 8C | 0 | 49 | 5 | 2A | 130 | 39 | 25 |
| Octal | 223 | 50 | 214 | 0 | 111 | 5 | 52 | 460 | 71 | 45 |
| Binary | 10010011 | 101000 | 10001100 | 0 | 1001001 | 101 | 101010 | 100110000 | 111001 | 100101 |
Color Harmonies of #93288C
Complementary color
Monochromatic Colors of #93288C
Black with #93288C
Text Example
Text Example
White with #93288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93288C; }
p { color: rgb(147,40,140); }
H1.HeaderClassName
{
color: #93288C;
}
.AnyTagClassName
{
color: #93288C;
}
</style>
background-color css
<style>
a { background-color: #93288C; }
a { background-color: rgb(147,40,140); }
div.DivClassName
{
background-color: #93288C;
}
.BgClassName
{
background-color: #93288C;
}
</style>
border-color css
<style>
span { border-color: #93288C; }
span { border-color: rgb(147,40,140); }
td.TdClassName
{
border-color: #93288C;
}
.TagClassName
{
border-color: #93288C;
}
</style>