Html Css Color HEX #825F88 Trendy Pink

📋 copy color: '#825F88'

red 130 ◦ green 95 ◦ blue 136

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

Shades of Trendy Pink #825F88

Tints of Trendy Pink #825F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 36.01%
G = 26.32%
B = 37.67%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#825F88 (or 0x825F88) is known color: Trendy Pink. HEX triplet: 82, 5F and 88. RGB value is (130,95,136). Sum of RGB (Red+Green+Blue) = 130+95+136=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #825F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F88 is #7DA077. Grayscale: #6E6E6E. Windows color (decimal): -8233080 or 8937346. OLE color: 8937346.

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

Color convert

RGB 130 95 136 -
CMYK 0.04 0.30 0 0.47
HSL 291.22º 0.18% 0.45% -
HSV(B) 291.22º 0.3% 0.53% -
XYZ 17.74 14.71 25.2 -
YUV 110.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 130 95 136 0.04 0.30 0 0.47 291.22 0.18 0.45
Hex 82 5F 88 4 1E 0 2F 123 12 2D
Octal 202 137 210 4 36 0 57 443 22 55
Binary 10000010 1011111 10001000 100 11110 0 101111 100100011 10010 101101

Color Harmonies of #825F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F88

Black with #825F88

Text Example


Text Example

White with #825F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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