Html Css Color HEX #80527F Trendy Pink

📋 copy color: '#80527F'

red 128 ◦ green 82 ◦ blue 127

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

Shades of Trendy Pink #80527F

Tints of Trendy Pink #80527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 37.98%
G = 24.33%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80527F (or 0x80527F) is known color: Trendy Pink. HEX triplet: 80, 52 and 7F. RGB value is (128,82,127). Sum of RGB (Red+Green+Blue) = 128+82+127=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80527F is #7FAD80. Grayscale: #646464. Windows color (decimal): -8367489 or 8344192. OLE color: 8344192.

HSL color Cylindrical-coordinate representation of color #80527F: hue angle of 301.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80527F is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 127 -
CMYK 0 0.36 0.01 0.50
HSL 301.3º 0.22% 0.41% -
HSV(B) 301.3º 0.36% 0.5% -
XYZ 15.75 12.16 21.59 -
YUV 100.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 128 82 127 0 0.36 0.01 0.50 301.3 0.22 0.41
Hex 80 52 7F 0 24 1 32 12D 16 29
Octal 200 122 177 0 44 1 62 455 26 51
Binary 10000000 1010010 1111111 0 100100 1 110010 100101101 10110 101001

Color Harmonies of #80527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80527F

Black with #80527F

Text Example


Text Example

White with #80527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80527F; }

 p { color: rgb(128,82,127); }

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

background-color css

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

 a { background-color: rgb(128,82,127); }

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

border-color css

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

 span { border-color: rgb(128,82,127); }

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