Html Css Color HEX #825C87 Trendy Pink

📋 copy color: '#825C87'

red 130 ◦ green 92 ◦ blue 135

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

Shades of Trendy Pink #825C87

Tints of Trendy Pink #825C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 36.41%
G = 25.77%
B = 37.82%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#825C87 (or 0x825C87) is known color: Trendy Pink. HEX triplet: 82, 5C and 87. RGB value is (130,92,135). Sum of RGB (Red+Green+Blue) = 130+92+135=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #825C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C87 is #7DA378. Grayscale: #6C6C6C. Windows color (decimal): -8233849 or 8871042. OLE color: 8871042.

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

Color convert

RGB 130 92 135 -
CMYK 0.04 0.32 0 0.47
HSL 293.02º 0.19% 0.45% -
HSV(B) 293.02º 0.32% 0.53% -
XYZ 17.41 14.15 24.74 -
YUV 108.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 130 92 135 0.04 0.32 0 0.47 293.02 0.19 0.45
Hex 82 5C 87 4 20 0 2F 125 13 2D
Octal 202 134 207 4 40 0 57 445 23 55
Binary 10000010 1011100 10000111 100 100000 0 101111 100100101 10011 101101

Color Harmonies of #825C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C87

Black with #825C87

Text Example


Text Example

White with #825C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,135); }

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

background-color css

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

 a { background-color: rgb(130,92,135); }

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

border-color css

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

 span { border-color: rgb(130,92,135); }

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