Html Css Color HEX #804882 Trendy Pink

📋 copy color: '#804882'

red 128 ◦ green 72 ◦ blue 130

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

Shades of Trendy Pink #804882

Tints of Trendy Pink #804882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 38.79%
G = 21.82%
B = 39.39%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#804882 (or 0x804882) is known color: Trendy Pink. HEX triplet: 80, 48 and 82. RGB value is (128,72,130). Sum of RGB (Red+Green+Blue) = 128+72+130=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #804882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804882 is #7FB77D. Grayscale: #5F5F5F. Windows color (decimal): -8370046 or 8538240. OLE color: 8538240.

HSL color Cylindrical-coordinate representation of color #804882: hue angle of 297.93º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804882 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 72 130 -
CMYK 0.02 0.45 0 0.49
HSL 297.93º 0.29% 0.4% -
HSV(B) 297.93º 0.45% 0.51% -
XYZ 15.25 10.84 22.41 -
YUV 95.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 128 72 130 0.02 0.45 0 0.49 297.93 0.29 0.4
Hex 80 48 82 2 2D 0 31 12A 1D 28
Octal 200 110 202 2 55 0 61 452 35 50
Binary 10000000 1001000 10000010 10 101101 0 110001 100101010 11101 101000

Color Harmonies of #804882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804882

Black with #804882

Text Example


Text Example

White with #804882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804882; }

 p { color: rgb(128,72,130); }

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

background-color css

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

 a { background-color: rgb(128,72,130); }

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

border-color css

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

 span { border-color: rgb(128,72,130); }

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