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