Shades of Trendy Pink #93608A
Tints of Trendy Pink #93608A
RGB
CMYK
RGB Variations
Color information
#93608A (or 0x93608A) is known color: Trendy Pink. HEX triplet: 93, 60 and 8A. RGB value is (147,96,138). Sum of RGB (Red+Green+Blue) = 147+96+138=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #93608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93608A is #6C9F75. Grayscale: #737373. Windows color (decimal): -7118710 or 9068691. OLE color: 9068691.
HSL color Cylindrical-coordinate representation of color #93608A: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93608A is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 138 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.42 |
| HSL | 310.59º | 0.21% | 0.48% | - |
| HSV(B) | 310.59º | 0.35% | 0.58% | - |
| XYZ | 20.8 | 16.4 | 26.11 | - |
| YUV | 116.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 138 | 0 | 0.35 | 0.06 | 0.42 | 310.59 | 0.21 | 0.48 |
| Hex | 93 | 60 | 8A | 0 | 23 | 6 | 2A | 137 | 15 | 30 |
| Octal | 223 | 140 | 212 | 0 | 43 | 6 | 52 | 467 | 25 | 60 |
| Binary | 10010011 | 1100000 | 10001010 | 0 | 100011 | 110 | 101010 | 100110111 | 10101 | 110000 |
Color Harmonies of #93608A
Complementary color
Monochromatic Colors of #93608A
Black with #93608A
Text Example
Text Example
White with #93608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93608A; }
p { color: rgb(147,96,138); }
H1.HeaderClassName
{
color: #93608A;
}
.AnyTagClassName
{
color: #93608A;
}
</style>
background-color css
<style>
a { background-color: #93608A; }
a { background-color: rgb(147,96,138); }
div.DivClassName
{
background-color: #93608A;
}
.BgClassName
{
background-color: #93608A;
}
</style>
border-color css
<style>
span { border-color: #93608A; }
span { border-color: rgb(147,96,138); }
td.TdClassName
{
border-color: #93608A;
}
.TagClassName
{
border-color: #93608A;
}
</style>