Html Css Color HEX #825086 Trendy Pink

📋 copy color: '#825086'

red 130 ◦ green 80 ◦ blue 134

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

Shades of Trendy Pink #825086

Tints of Trendy Pink #825086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 37.79%
G = 23.26%
B = 38.95%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#825086 (or 0x825086) is known color: Trendy Pink. HEX triplet: 82, 50 and 86. RGB value is (130,80,134). Sum of RGB (Red+Green+Blue) = 130+80+134=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #825086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825086 is #7DAF79. Grayscale: #646464. Windows color (decimal): -8236922 or 8802434. OLE color: 8802434.

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

Color convert

RGB 130 80 134 -
CMYK 0.03 0.40 0 0.47
HSL 295.56º 0.25% 0.42% -
HSV(B) 295.56º 0.4% 0.53% -
XYZ 16.38 12.2 24.05 -
YUV 101.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 130 80 134 0.03 0.40 0 0.47 295.56 0.25 0.42
Hex 82 50 86 3 28 0 2F 128 19 2A
Octal 202 120 206 3 50 0 57 450 31 52
Binary 10000010 1010000 10000110 11 101000 0 101111 100101000 11001 101010

Color Harmonies of #825086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825086

Black with #825086

Text Example


Text Example

White with #825086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825086; }

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

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

background-color css

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

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

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

border-color css

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

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

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