Html Css Color HEX #825F84 Trendy Pink

📋 copy color: '#825F84'

red 130 ◦ green 95 ◦ blue 132

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

Shades of Trendy Pink #825F84

Tints of Trendy Pink #825F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 36.41%
G = 26.61%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#825F84 (or 0x825F84) is known color: Trendy Pink. HEX triplet: 82, 5F and 84. RGB value is (130,95,132). Sum of RGB (Red+Green+Blue) = 130+95+132=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #825F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F84 is #7DA07B. Grayscale: #6D6D6D. Windows color (decimal): -8233084 or 8675202. OLE color: 8675202.

HSL color Cylindrical-coordinate representation of color #825F84: hue angle of 296.76º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825F84 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 95 132 -
CMYK 0.02 0.28 0 0.48
HSL 296.76º 0.16% 0.45% -
HSV(B) 296.76º 0.28% 0.52% -
XYZ 17.46 14.6 23.73 -
YUV 109.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 130 95 132 0.02 0.28 0 0.48 296.76 0.16 0.45
Hex 82 5F 84 2 1C 0 30 129 10 2D
Octal 202 137 204 2 34 0 60 451 20 55
Binary 10000010 1011111 10000100 10 11100 0 110000 100101001 10000 101101

Color Harmonies of #825F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F84

Black with #825F84

Text Example


Text Example

White with #825F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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