Html Css Color HEX #824980 Trendy Pink

📋 copy color: '#824980'

red 130 ◦ green 73 ◦ blue 128

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

Shades of Trendy Pink #824980

Tints of Trendy Pink #824980

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #824980: hue angle of 302.11º 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 #824980 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 128 -
CMYK 0 0.44 0.02 0.49
HSL 302.11º 0.28% 0.4% -
HSV(B) 302.11º 0.44% 0.51% -
XYZ 15.48 11.07 21.74 -
YUV 96.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 130 73 128 0 0.44 0.02 0.49 302.11 0.28 0.4
Hex 82 49 80 0 2C 2 31 12E 1C 28
Octal 202 111 200 0 54 2 61 456 34 50
Binary 10000010 1001001 10000000 0 101100 10 110001 100101110 11100 101000

Color Harmonies of #824980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824980

Black with #824980

Text Example


Text Example

White with #824980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824980; }

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

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

background-color css

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

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

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

border-color css

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

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

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