Html Css Color HEX #825E88 Trendy Pink

📋 copy color: '#825E88'

red 130 ◦ green 94 ◦ blue 136

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

Shades of Trendy Pink #825E88

Tints of Trendy Pink #825E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 36.11%
G = 26.11%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#825E88 (or 0x825E88) is known color: Trendy Pink. HEX triplet: 82, 5E and 88. RGB value is (130,94,136). Sum of RGB (Red+Green+Blue) = 130+94+136=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #825E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825E88 is #7DA177. Grayscale: #6D6D6D. Windows color (decimal): -8233336 or 8937090. OLE color: 8937090.

HSL color Cylindrical-coordinate representation of color #825E88: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825E88 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 94 136 -
CMYK 0.04 0.31 0 0.47
HSL 291.43º 0.18% 0.45% -
HSV(B) 291.43º 0.31% 0.53% -
XYZ 17.65 14.53 25.17 -
YUV 109.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 130 94 136 0.04 0.31 0 0.47 291.43 0.18 0.45
Hex 82 5E 88 4 1F 0 2F 123 12 2D
Octal 202 136 210 4 37 0 57 443 22 55
Binary 10000010 1011110 10001000 100 11111 0 101111 100100011 10010 101101

Color Harmonies of #825E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E88

Black with #825E88

Text Example


Text Example

White with #825E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,136); }

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

background-color css

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

 a { background-color: rgb(130,94,136); }

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

border-color css

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

 span { border-color: rgb(130,94,136); }

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