Html Css Color HEX #825286 Trendy Pink

📋 copy color: '#825286'

red 130 ◦ green 82 ◦ blue 134

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

Shades of Trendy Pink #825286

Tints of Trendy Pink #825286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 37.57%
G = 23.7%
B = 38.73%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#825286 (or 0x825286) is known color: Trendy Pink. HEX triplet: 82, 52 and 86. RGB value is (130,82,134). Sum of RGB (Red+Green+Blue) = 130+82+134=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #825286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825286 is #7DAD79. Grayscale: #666666. Windows color (decimal): -8236410 or 8802946. OLE color: 8802946.

HSL color Cylindrical-coordinate representation of color #825286: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825286 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 82 134 -
CMYK 0.03 0.39 0 0.47
HSL 295.38º 0.24% 0.42% -
HSV(B) 295.38º 0.39% 0.53% -
XYZ 16.53 12.5 24.1 -
YUV 102.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 130 82 134 0.03 0.39 0 0.47 295.38 0.24 0.42
Hex 82 52 86 3 27 0 2F 127 18 2A
Octal 202 122 206 3 47 0 57 447 30 52
Binary 10000010 1010010 10000110 11 100111 0 101111 100100111 11000 101010

Color Harmonies of #825286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825286

Black with #825286

Text Example


Text Example

White with #825286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825286; }

 p { color: rgb(130,82,134); }

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

background-color css

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

 a { background-color: rgb(130,82,134); }

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

border-color css

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

 span { border-color: rgb(130,82,134); }

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