Shades of Dark Purple #93127E
Tints of Dark Purple #93127E
RGB
CMYK
RGB Variations
Color information
#93127E (or 0x93127E) is known color: Dark Purple. HEX triplet: 93, 12 and 7E. RGB value is (147,18,126). Sum of RGB (Red+Green+Blue) = 147+18+126=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93127E is #6CED81. Grayscale: #444444. Windows color (decimal): -7138690 or 8262291. OLE color: 8262291.
HSL color Cylindrical-coordinate representation of color #93127E: hue angle of 309.77º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93127E is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 126 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.42 |
| HSL | 309.77º | 0.78% | 0.32% | - |
| HSV(B) | 309.77º | 0.88% | 0.58% | - |
| XYZ | 16.01 | 8.14 | 20.47 | - |
| YUV | 68.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 126 | 0 | 0.88 | 0.14 | 0.42 | 309.77 | 0.78 | 0.32 |
| Hex | 93 | 12 | 7E | 0 | 58 | E | 2A | 136 | 4E | 20 |
| Octal | 223 | 22 | 176 | 0 | 130 | 16 | 52 | 466 | 116 | 40 |
| Binary | 10010011 | 10010 | 1111110 | 0 | 1011000 | 1110 | 101010 | 100110110 | 1001110 | 100000 |
Color Harmonies of #93127E
Complementary color
Monochromatic Colors of #93127E
Black with #93127E
Text Example
Text Example
White with #93127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93127E; }
p { color: rgb(147,18,126); }
H1.HeaderClassName
{
color: #93127E;
}
.AnyTagClassName
{
color: #93127E;
}
</style>
background-color css
<style>
a { background-color: #93127E; }
a { background-color: rgb(147,18,126); }
div.DivClassName
{
background-color: #93127E;
}
.BgClassName
{
background-color: #93127E;
}
</style>
border-color css
<style>
span { border-color: #93127E; }
span { border-color: rgb(147,18,126); }
td.TdClassName
{
border-color: #93127E;
}
.TagClassName
{
border-color: #93127E;
}
</style>