Shades of Dark Purple #93277E
Tints of Dark Purple #93277E
RGB
CMYK
RGB Variations
Color information
#93277E (or 0x93277E) is known color: Dark Purple. HEX triplet: 93, 27 and 7E. RGB value is (147,39,126). Sum of RGB (Red+Green+Blue) = 147+39+126=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93277E is #6CD881. Grayscale: #505050. Windows color (decimal): -7133314 or 8267667. OLE color: 8267667.
HSL color Cylindrical-coordinate representation of color #93277E: hue angle of 311.67º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93277E is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 39 | 126 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.42 |
| HSL | 311.67º | 0.58% | 0.36% | - |
| HSV(B) | 311.67º | 0.73% | 0.58% | - |
| XYZ | 16.52 | 9.16 | 20.64 | - |
| YUV | 81.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 39 | 126 | 0 | 0.73 | 0.14 | 0.42 | 311.67 | 0.58 | 0.36 |
| Hex | 93 | 27 | 7E | 0 | 49 | E | 2A | 138 | 3A | 24 |
| Octal | 223 | 47 | 176 | 0 | 111 | 16 | 52 | 470 | 72 | 44 |
| Binary | 10010011 | 100111 | 1111110 | 0 | 1001001 | 1110 | 101010 | 100111000 | 111010 | 100100 |
Color Harmonies of #93277E
Complementary color
Monochromatic Colors of #93277E
Black with #93277E
Text Example
Text Example
White with #93277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93277E; }
p { color: rgb(147,39,126); }
H1.HeaderClassName
{
color: #93277E;
}
.AnyTagClassName
{
color: #93277E;
}
</style>
background-color css
<style>
a { background-color: #93277E; }
a { background-color: rgb(147,39,126); }
div.DivClassName
{
background-color: #93277E;
}
.BgClassName
{
background-color: #93277E;
}
</style>
border-color css
<style>
span { border-color: #93277E; }
span { border-color: rgb(147,39,126); }
td.TdClassName
{
border-color: #93277E;
}
.TagClassName
{
border-color: #93277E;
}
</style>