Html Css Color HEX #93598B Trendy Pink

📋 copy color: '#93598B'

red 147 ◦ green 89 ◦ blue 139

#93598B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #93598B

Tints of Trendy Pink #93598B

RGB

 RED value IS 147 (57.81% from 255) = 39.2%

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 39.2%
G = 23.73%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#93598B (or 0x93598B) is known color: Trendy Pink. HEX triplet: 93, 59 and 8B. RGB value is (147,89,139). Sum of RGB (Red+Green+Blue) = 147+89+139=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93598B is #6CA674. Grayscale: #6F6F6F. Windows color (decimal): -7120501 or 9132435. OLE color: 9132435.

HSL color Cylindrical-coordinate representation of color #93598B: hue angle of 308.28º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93598B is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 139 -
CMYK 0 0.39 0.05 0.42
HSL 308.28º 0.25% 0.46% -
HSV(B) 308.28º 0.39% 0.58% -
XYZ 20.27 15.21 26.29 -
YUV 112.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 147 89 139 0 0.39 0.05 0.42 308.28 0.25 0.46
Hex 93 59 8B 0 27 5 2A 134 19 2E
Octal 223 131 213 0 47 5 52 464 31 56
Binary 10010011 1011001 10001011 0 100111 101 101010 100110100 11001 101110

Color Harmonies of #93598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93598B

Black with #93598B

Text Example


Text Example

White with #93598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93598B; }

 p { color: rgb(147,89,139); }

 H1.HeaderClassName
 {
   color: #93598B;
 }
 .AnyTagClassName
 {
   color: #93598B;
 }
</style>

background-color css

<style>
 a { background-color: #93598B; }

 a { background-color: rgb(147,89,139); }

 div.DivClassName
 {
   background-color: #93598B;
 }
 .BgClassName
 {
   background-color: #93598B;
 }
</style>

border-color css

<style>
 span { border-color: #93598B; }

 span { border-color: rgb(147,89,139); }

 td.TdClassName
 {
   border-color: #93598B;
 }
 .TagClassName
 {
   border-color: #93598B;
 }
</style>