Shades of Dark Purple #93286C
Tints of Dark Purple #93286C
RGB
CMYK
RGB Variations
Color information
#93286C (or 0x93286C) is known color: Dark Purple. HEX triplet: 93, 28 and 6C. RGB value is (147,40,108). Sum of RGB (Red+Green+Blue) = 147+40+108=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93286C is #6CD793. Grayscale: #4F4F4F. Windows color (decimal): -7133076 or 7088275. OLE color: 7088275.
HSL color Cylindrical-coordinate representation of color #93286C: hue angle of 321.87º 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 #93286C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 108 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.42 |
| HSL | 321.87º | 0.57% | 0.37% | - |
| HSV(B) | 321.87º | 0.73% | 0.58% | - |
| XYZ | 15.5 | 8.8 | 15.07 | - |
| YUV | 79.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 108 | 0 | 0.73 | 0.27 | 0.42 | 321.87 | 0.57 | 0.37 |
| Hex | 93 | 28 | 6C | 0 | 49 | 1B | 2A | 142 | 39 | 25 |
| Octal | 223 | 50 | 154 | 0 | 111 | 33 | 52 | 502 | 71 | 45 |
| Binary | 10010011 | 101000 | 1101100 | 0 | 1001001 | 11011 | 101010 | 101000010 | 111001 | 100101 |
Color Harmonies of #93286C
Complementary color
Monochromatic Colors of #93286C
Black with #93286C
Text Example
Text Example
White with #93286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93286C; }
p { color: rgb(147,40,108); }
H1.HeaderClassName
{
color: #93286C;
}
.AnyTagClassName
{
color: #93286C;
}
</style>
background-color css
<style>
a { background-color: #93286C; }
a { background-color: rgb(147,40,108); }
div.DivClassName
{
background-color: #93286C;
}
.BgClassName
{
background-color: #93286C;
}
</style>
border-color css
<style>
span { border-color: #93286C; }
span { border-color: rgb(147,40,108); }
td.TdClassName
{
border-color: #93286C;
}
.TagClassName
{
border-color: #93286C;
}
</style>