Html Css Color HEX #805989 Trendy Pink

📋 copy color: '#805989'

red 128 ◦ green 89 ◦ blue 137

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

Shades of Trendy Pink #805989

Tints of Trendy Pink #805989

RGB

 RED value IS 128 (50.39% from 255) = 36.16%

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

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 36.16%
G = 25.14%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#805989 (or 0x805989) is known color: Trendy Pink. HEX triplet: 80, 59 and 89. RGB value is (128,89,137). Sum of RGB (Red+Green+Blue) = 128+89+137=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #805989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805989 is #7FA676. Grayscale: #696969. Windows color (decimal): -8365687 or 9001344. OLE color: 9001344.

HSL color Cylindrical-coordinate representation of color #805989: hue angle of 288.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805989 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 89 137 -
CMYK 0.07 0.35 0 0.46
HSL 288.75º 0.21% 0.44% -
HSV(B) 288.75º 0.35% 0.54% -
XYZ 16.99 13.54 25.38 -
YUV 106.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 128 89 137 0.07 0.35 0 0.46 288.75 0.21 0.44
Hex 80 59 89 7 23 0 2E 121 15 2C
Octal 200 131 211 7 43 0 56 441 25 54
Binary 10000000 1011001 10001001 111 100011 0 101110 100100001 10101 101100

Color Harmonies of #805989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805989

Black with #805989

Text Example


Text Example

White with #805989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805989; }

 p { color: rgb(128,89,137); }

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

background-color css

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

 a { background-color: rgb(128,89,137); }

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

border-color css

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

 span { border-color: rgb(128,89,137); }

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