Shades of Dark Purple #93208D
Tints of Dark Purple #93208D
RGB
CMYK
RGB Variations
Color information
#93208D (or 0x93208D) is known color: Dark Purple. HEX triplet: 93, 20 and 8D. RGB value is (147,32,141). Sum of RGB (Red+Green+Blue) = 147+32+141=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93208D is #6CDF72. Grayscale: #4E4E4E. Windows color (decimal): -7135091 or 9248915. OLE color: 9248915.
HSL color Cylindrical-coordinate representation of color #93208D: hue angle of 303.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93208D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 141 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.42 |
| HSL | 303.13º | 0.64% | 0.35% | - |
| HSV(B) | 303.13º | 0.78% | 0.58% | - |
| XYZ | 17.36 | 9.16 | 26.05 | - |
| YUV | 78.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 141 | 0 | 0.78 | 0.04 | 0.42 | 303.13 | 0.64 | 0.35 |
| Hex | 93 | 20 | 8D | 0 | 4E | 4 | 2A | 12F | 40 | 23 |
| Octal | 223 | 40 | 215 | 0 | 116 | 4 | 52 | 457 | 100 | 43 |
| Binary | 10010011 | 100000 | 10001101 | 0 | 1001110 | 100 | 101010 | 100101111 | 1000000 | 100011 |
Color Harmonies of #93208D
Complementary color
Monochromatic Colors of #93208D
Black with #93208D
Text Example
Text Example
White with #93208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93208D; }
p { color: rgb(147,32,141); }
H1.HeaderClassName
{
color: #93208D;
}
.AnyTagClassName
{
color: #93208D;
}
</style>
background-color css
<style>
a { background-color: #93208D; }
a { background-color: rgb(147,32,141); }
div.DivClassName
{
background-color: #93208D;
}
.BgClassName
{
background-color: #93208D;
}
</style>
border-color css
<style>
span { border-color: #93208D; }
span { border-color: rgb(147,32,141); }
td.TdClassName
{
border-color: #93208D;
}
.TagClassName
{
border-color: #93208D;
}
</style>