Html Css Color HEX #825B7D Trendy Pink

📋 copy color: '#825B7D'

red 130 ◦ green 91 ◦ blue 125

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

Shades of Trendy Pink #825B7D

Tints of Trendy Pink #825B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 37.57%
G = 26.3%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#825B7D (or 0x825B7D) is known color: Trendy Pink. HEX triplet: 82, 5B and 7D. RGB value is (130,91,125). Sum of RGB (Red+Green+Blue) = 130+91+125=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #825B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B7D is #7DA482. Grayscale: #6A6A6A. Windows color (decimal): -8234115 or 8215426. OLE color: 8215426.

HSL color Cylindrical-coordinate representation of color #825B7D: hue angle of 307.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B7D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 125 -
CMYK 0 0.30 0.04 0.49
HSL 307.69º 0.18% 0.43% -
HSV(B) 307.69º 0.3% 0.51% -
XYZ 16.65 13.71 21.17 -
YUV 106.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 130 91 125 0 0.30 0.04 0.49 307.69 0.18 0.43
Hex 82 5B 7D 0 1E 4 31 134 12 2B
Octal 202 133 175 0 36 4 61 464 22 53
Binary 10000010 1011011 1111101 0 11110 100 110001 100110100 10010 101011

Color Harmonies of #825B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B7D

Black with #825B7D

Text Example


Text Example

White with #825B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B7D; }

 p { color: rgb(130,91,125); }

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

background-color css

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

 a { background-color: rgb(130,91,125); }

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

border-color css

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

 span { border-color: rgb(130,91,125); }

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