Shades of Dark Purple #93207A
Tints of Dark Purple #93207A
RGB
CMYK
RGB Variations
Color information
#93207A (or 0x93207A) is known color: Dark Purple. HEX triplet: 93, 20 and 7A. RGB value is (147,32,122). Sum of RGB (Red+Green+Blue) = 147+32+122=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #93207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93207A is #6CDF85. Grayscale: #4C4C4C. Windows color (decimal): -7135110 or 8003731. OLE color: 8003731.
HSL color Cylindrical-coordinate representation of color #93207A: hue angle of 313.04º 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 #93207A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 122 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.42 |
| HSL | 313.04º | 0.64% | 0.35% | - |
| HSV(B) | 313.04º | 0.78% | 0.58% | - |
| XYZ | 16.06 | 8.64 | 19.23 | - |
| YUV | 76.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 122 | 0 | 0.78 | 0.17 | 0.42 | 313.04 | 0.64 | 0.35 |
| Hex | 93 | 20 | 7A | 0 | 4E | 11 | 2A | 139 | 40 | 23 |
| Octal | 223 | 40 | 172 | 0 | 116 | 21 | 52 | 471 | 100 | 43 |
| Binary | 10010011 | 100000 | 1111010 | 0 | 1001110 | 10001 | 101010 | 100111001 | 1000000 | 100011 |
Color Harmonies of #93207A
Complementary color
Monochromatic Colors of #93207A
Black with #93207A
Text Example
Text Example
White with #93207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93207A; }
p { color: rgb(147,32,122); }
H1.HeaderClassName
{
color: #93207A;
}
.AnyTagClassName
{
color: #93207A;
}
</style>
background-color css
<style>
a { background-color: #93207A; }
a { background-color: rgb(147,32,122); }
div.DivClassName
{
background-color: #93207A;
}
.BgClassName
{
background-color: #93207A;
}
</style>
border-color css
<style>
span { border-color: #93207A; }
span { border-color: rgb(147,32,122); }
td.TdClassName
{
border-color: #93207A;
}
.TagClassName
{
border-color: #93207A;
}
</style>