#825D8A

Color #825D8A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825D8A

Tints of Trendy Pink #825D8A

Color information

#825D8A (or 0x825D8A) is unknown color: approx Trendy Pink. HEX triplet: 82, 5D and 8A. RGB value is (130,93,138). Sum of RGB (Red+Green+Blue) = 130+93+138=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #825D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D8A is #7DA275. Grayscale: #6D6D6D. Windows color (decimal): -8233590 or 9067906. OLE color: 9067906.

HSL color Cylindrical-coordinate representation of color #825D8A: hue angle of 289.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825D8A is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13093138-
CMYK0.060.3300.46
HSL289.33º19.48%45.29%-
HSV(B)289.33º32.61%54.12%-
XYZ17.7114.4125.89-
YUV109.19144.26142.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=36.01%
G=25.76%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130931380.060.3300.46289.3319.4845.29
Hex825D8A62102E121132d
Octal2021352126410564412355
Binary10000010101110110001010110100001010111010010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,93,138); }

 H1.HeaderClassName
 {
   color: #825D8A;
 }
 .AnyTagClassName
 {
   color: #825D8A;
 }
</style>
background-color css

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

 a { background-color: rgb(130,93,138); }

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

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

 span { border-color: rgb(130,93,138); }

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