Html Css Color HEX #805985 Trendy Pink

📋 copy color: '#805985'

red 128 ◦ green 89 ◦ blue 133

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

Shades of Trendy Pink #805985

Tints of Trendy Pink #805985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 36.57%
G = 25.43%
B = 38%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#805985 (or 0x805985) is known color: Trendy Pink. HEX triplet: 80, 59 and 85. RGB value is (128,89,133). Sum of RGB (Red+Green+Blue) = 128+89+133=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #805985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805985 is #7FA67A. Grayscale: #696969. Windows color (decimal): -8365691 or 8739200. OLE color: 8739200.

HSL color Cylindrical-coordinate representation of color #805985: hue angle of 293.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #805985 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 89 133 -
CMYK 0.04 0.33 0 0.48
HSL 293.18º 0.2% 0.44% -
HSV(B) 293.18º 0.33% 0.52% -
XYZ 16.71 13.43 23.9 -
YUV 105.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 128 89 133 0.04 0.33 0 0.48 293.18 0.2 0.44
Hex 80 59 85 4 21 0 30 125 14 2C
Octal 200 131 205 4 41 0 60 445 24 54
Binary 10000000 1011001 10000101 100 100001 0 110000 100100101 10100 101100

Color Harmonies of #805985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805985

Black with #805985

Text Example


Text Example

White with #805985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805985; }

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

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

background-color css

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

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

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

border-color css

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

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

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