Html Css Color HEX #804982 Trendy Pink

📋 copy color: '#804982'

red 128 ◦ green 73 ◦ blue 130

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

Shades of Trendy Pink #804982

Tints of Trendy Pink #804982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 38.67%
G = 22.05%
B = 39.27%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#804982 (or 0x804982) is known color: Trendy Pink. HEX triplet: 80, 49 and 82. RGB value is (128,73,130). Sum of RGB (Red+Green+Blue) = 128+73+130=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #804982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804982 is #7FB67D. Grayscale: #5F5F5F. Windows color (decimal): -8369790 or 8538496. OLE color: 8538496.

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

Color convert

RGB 128 73 130 -
CMYK 0.02 0.44 0 0.49
HSL 297.89º 0.28% 0.4% -
HSV(B) 297.89º 0.44% 0.51% -
XYZ 15.31 10.97 22.43 -
YUV 95.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 128 73 130 0.02 0.44 0 0.49 297.89 0.28 0.4
Hex 80 49 82 2 2C 0 31 12A 1C 28
Octal 200 111 202 2 54 0 61 452 34 50
Binary 10000000 1001001 10000010 10 101100 0 110001 100101010 11100 101000

Color Harmonies of #804982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804982

Black with #804982

Text Example


Text Example

White with #804982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804982; }

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

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

background-color css

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

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

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

border-color css

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

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

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