Shades of Dark Purple #93207C
Tints of Dark Purple #93207C
RGB
CMYK
RGB Variations
Color information
#93207C (or 0x93207C) is known color: Dark Purple. HEX triplet: 93, 20 and 7C. RGB value is (147,32,124). Sum of RGB (Red+Green+Blue) = 147+32+124=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93207C is #6CDF83. Grayscale: #4C4C4C. Windows color (decimal): -7135108 or 8134803. OLE color: 8134803.
HSL color Cylindrical-coordinate representation of color #93207C: hue angle of 312º 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 #93207C is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 124 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.42 |
| HSL | 312º | 0.64% | 0.35% | - |
| HSV(B) | 312º | 0.78% | 0.58% | - |
| XYZ | 16.19 | 8.69 | 19.89 | - |
| YUV | 76.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 124 | 0 | 0.78 | 0.16 | 0.42 | 312 | 0.64 | 0.35 |
| Hex | 93 | 20 | 7C | 0 | 4E | 10 | 2A | 138 | 40 | 23 |
| Octal | 223 | 40 | 174 | 0 | 116 | 20 | 52 | 470 | 100 | 43 |
| Binary | 10010011 | 100000 | 1111100 | 0 | 1001110 | 10000 | 101010 | 100111000 | 1000000 | 100011 |
Color Harmonies of #93207C
Complementary color
Monochromatic Colors of #93207C
Black with #93207C
Text Example
Text Example
White with #93207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93207C; }
p { color: rgb(147,32,124); }
H1.HeaderClassName
{
color: #93207C;
}
.AnyTagClassName
{
color: #93207C;
}
</style>
background-color css
<style>
a { background-color: #93207C; }
a { background-color: rgb(147,32,124); }
div.DivClassName
{
background-color: #93207C;
}
.BgClassName
{
background-color: #93207C;
}
</style>
border-color css
<style>
span { border-color: #93207C; }
span { border-color: rgb(147,32,124); }
td.TdClassName
{
border-color: #93207C;
}
.TagClassName
{
border-color: #93207C;
}
</style>