Html Css Color HEX #825985 Trendy Pink

📋 copy color: '#825985'

red 130 ◦ green 89 ◦ blue 133

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

Shades of Trendy Pink #825985

Tints of Trendy Pink #825985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 36.93%
G = 25.28%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#825985 (or 0x825985) is known color: Trendy Pink. HEX triplet: 82, 59 and 85. RGB value is (130,89,133). Sum of RGB (Red+Green+Blue) = 130+89+133=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #825985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825985 is #7DA67A. Grayscale: #6A6A6A. Windows color (decimal): -8234619 or 8739202. OLE color: 8739202.

HSL color Cylindrical-coordinate representation of color #825985: hue angle of 295.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825985 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 89 133 -
CMYK 0.02 0.33 0 0.48
HSL 295.91º 0.2% 0.44% -
HSV(B) 295.91º 0.33% 0.52% -
XYZ 17.01 13.58 23.92 -
YUV 106.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 130 89 133 0.02 0.33 0 0.48 295.91 0.2 0.44
Hex 82 59 85 2 21 0 30 128 14 2C
Octal 202 131 205 2 41 0 60 450 24 54
Binary 10000010 1011001 10000101 10 100001 0 110000 100101000 10100 101100

Color Harmonies of #825985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825985

Black with #825985

Text Example


Text Example

White with #825985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825985; }

 p { color: rgb(130,89,133); }

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

background-color css

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

 a { background-color: rgb(130,89,133); }

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

border-color css

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

 span { border-color: rgb(130,89,133); }

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