#93598A

Color #93598A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #93598A

Tints of Trendy Pink #93598A

Color information

#93598A (or 0x93598A) is unknown color: approx Trendy Pink. HEX triplet: 93, 59 and 8A. RGB value is (147,89,138). Sum of RGB (Red+Green+Blue) = 147+89+138=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93598A is #6CA675. Grayscale: #6F6F6F. Windows color (decimal): -7120502 or 9066899. OLE color: 9066899.

HSL color Cylindrical-coordinate representation of color #93598A: hue angle of 309.31º 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 #93598A is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14789138-
CMYK00.390.060.42
HSL309.31º24.58%46.27%-
HSV(B)309.31º39.46%57.65%-
XYZ20.1915.1825.91-
YUV111.93142.72153.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=39.30%
G=23.80%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478913800.390.060.42309.3124.5846.27
Hex93598A02762A135192e
Octal2231312120476524653156
Binary10010011101100110001010010011111010101010011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93598A;
 }
 .AnyTagClassName
 {
   color: #93598A;
 }
</style>
background-color css

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

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

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

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

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

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