Shades of Dark Purple #93227F
Tints of Dark Purple #93227F
RGB
CMYK
RGB Variations
Color information
#93227F (or 0x93227F) is known color: Dark Purple. HEX triplet: 93, 22 and 7F. RGB value is (147,34,127). Sum of RGB (Red+Green+Blue) = 147+34+127=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93227F is #6CDD80. Grayscale: #4E4E4E. Windows color (decimal): -7134593 or 8331923. OLE color: 8331923.
HSL color Cylindrical-coordinate representation of color #93227F: hue angle of 310.62º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93227F is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 127 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.42 |
| HSL | 310.62º | 0.62% | 0.35% | - |
| HSV(B) | 310.62º | 0.77% | 0.58% | - |
| XYZ | 16.44 | 8.88 | 20.93 | - |
| YUV | 78.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 127 | 0 | 0.77 | 0.14 | 0.42 | 310.62 | 0.62 | 0.35 |
| Hex | 93 | 22 | 7F | 0 | 4D | E | 2A | 137 | 3E | 23 |
| Octal | 223 | 42 | 177 | 0 | 115 | 16 | 52 | 467 | 76 | 43 |
| Binary | 10010011 | 100010 | 1111111 | 0 | 1001101 | 1110 | 101010 | 100110111 | 111110 | 100011 |
Color Harmonies of #93227F
Complementary color
Monochromatic Colors of #93227F
Black with #93227F
Text Example
Text Example
White with #93227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93227F; }
p { color: rgb(147,34,127); }
H1.HeaderClassName
{
color: #93227F;
}
.AnyTagClassName
{
color: #93227F;
}
</style>
background-color css
<style>
a { background-color: #93227F; }
a { background-color: rgb(147,34,127); }
div.DivClassName
{
background-color: #93227F;
}
.BgClassName
{
background-color: #93227F;
}
</style>
border-color css
<style>
span { border-color: #93227F; }
span { border-color: rgb(147,34,127); }
td.TdClassName
{
border-color: #93227F;
}
.TagClassName
{
border-color: #93227F;
}
</style>