Shades of Dark Purple #93206C
Tints of Dark Purple #93206C
RGB
CMYK
RGB Variations
Color information
#93206C (or 0x93206C) is known color: Dark Purple. HEX triplet: 93, 20 and 6C. RGB value is (147,32,108). Sum of RGB (Red+Green+Blue) = 147+32+108=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93206C is #6CDF93. Grayscale: #4A4A4A. Windows color (decimal): -7135124 or 7086227. OLE color: 7086227.
HSL color Cylindrical-coordinate representation of color #93206C: hue angle of 320.35º 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 #93206C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 108 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.42 |
| HSL | 320.35º | 0.64% | 0.35% | - |
| HSV(B) | 320.35º | 0.78% | 0.58% | - |
| XYZ | 15.26 | 8.32 | 14.99 | - |
| YUV | 75.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 108 | 0 | 0.78 | 0.27 | 0.42 | 320.35 | 0.64 | 0.35 |
| Hex | 93 | 20 | 6C | 0 | 4E | 1B | 2A | 140 | 40 | 23 |
| Octal | 223 | 40 | 154 | 0 | 116 | 33 | 52 | 500 | 100 | 43 |
| Binary | 10010011 | 100000 | 1101100 | 0 | 1001110 | 11011 | 101010 | 101000000 | 1000000 | 100011 |
Color Harmonies of #93206C
Complementary color
Monochromatic Colors of #93206C
Black with #93206C
Text Example
Text Example
White with #93206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93206C; }
p { color: rgb(147,32,108); }
H1.HeaderClassName
{
color: #93206C;
}
.AnyTagClassName
{
color: #93206C;
}
</style>
background-color css
<style>
a { background-color: #93206C; }
a { background-color: rgb(147,32,108); }
div.DivClassName
{
background-color: #93206C;
}
.BgClassName
{
background-color: #93206C;
}
</style>
border-color css
<style>
span { border-color: #93206C; }
span { border-color: rgb(147,32,108); }
td.TdClassName
{
border-color: #93206C;
}
.TagClassName
{
border-color: #93206C;
}
</style>