Shades of Dark Purple #93097A
Tints of Dark Purple #93097A
RGB
CMYK
RGB Variations
Color information
#93097A (or 0x93097A) is known color: Dark Purple. HEX triplet: 93, 09 and 7A. RGB value is (147,9,122). Sum of RGB (Red+Green+Blue) = 147+9+122=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097A is #6CF685. Grayscale: #3E3E3E. Windows color (decimal): -7140998 or 7997843. OLE color: 7997843.
HSL color Cylindrical-coordinate representation of color #93097A: hue angle of 310.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93097A is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.42 |
| HSL | 310.87º | 0.88% | 0.31% | - |
| HSV(B) | 310.87º | 0.94% | 0.58% | - |
| XYZ | 15.64 | 7.8 | 19.09 | - |
| YUV | 63.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 122 | 0 | 0.94 | 0.17 | 0.42 | 310.87 | 0.88 | 0.31 |
| Hex | 93 | 9 | 7A | 0 | 5E | 11 | 2A | 137 | 58 | 1F |
| Octal | 223 | 11 | 172 | 0 | 136 | 21 | 52 | 467 | 130 | 37 |
| Binary | 10010011 | 1001 | 1111010 | 0 | 1011110 | 10001 | 101010 | 100110111 | 1011000 | 11111 |
Color Harmonies of #93097A
Complementary color
Monochromatic Colors of #93097A
Black with #93097A
Text Example
Text Example
White with #93097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93097A; }
p { color: rgb(147,9,122); }
H1.HeaderClassName
{
color: #93097A;
}
.AnyTagClassName
{
color: #93097A;
}
</style>
background-color css
<style>
a { background-color: #93097A; }
a { background-color: rgb(147,9,122); }
div.DivClassName
{
background-color: #93097A;
}
.BgClassName
{
background-color: #93097A;
}
</style>
border-color css
<style>
span { border-color: #93097A; }
span { border-color: rgb(147,9,122); }
td.TdClassName
{
border-color: #93097A;
}
.TagClassName
{
border-color: #93097A;
}
</style>