Html Css Color HEX #825080 Trendy Pink

📋 copy color: '#825080'

red 130 ◦ green 80 ◦ blue 128

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

Shades of Trendy Pink #825080

Tints of Trendy Pink #825080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 38.46%
G = 23.67%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#825080 (or 0x825080) is known color: Trendy Pink. HEX triplet: 82, 50 and 80. RGB value is (130,80,128). Sum of RGB (Red+Green+Blue) = 130+80+128=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #825080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825080 is #7DAF7F. Grayscale: #646464. Windows color (decimal): -8236928 or 8409218. OLE color: 8409218.

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

Color convert

RGB 130 80 128 -
CMYK 0 0.38 0.02 0.49
HSL 302.4º 0.24% 0.41% -
HSV(B) 302.4º 0.38% 0.51% -
XYZ 15.97 12.04 21.9 -
YUV 100.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 130 80 128 0 0.38 0.02 0.49 302.4 0.24 0.41
Hex 82 50 80 0 26 2 31 12E 18 29
Octal 202 120 200 0 46 2 61 456 30 51
Binary 10000010 1010000 10000000 0 100110 10 110001 100101110 11000 101001

Color Harmonies of #825080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825080

Black with #825080

Text Example


Text Example

White with #825080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825080; }

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

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

background-color css

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

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

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

border-color css

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

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

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