#825C8C

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

Shades of Trendy Pink #825C8C

Tints of Trendy Pink #825C8C

Color information

#825C8C (or 0x825C8C) is unknown color: approx Trendy Pink. HEX triplet: 82, 5C and 8C. RGB value is (130,92,140). Sum of RGB (Red+Green+Blue) = 130+92+140=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #825C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C8C is #7DA373. Grayscale: #6C6C6C. Windows color (decimal): -8233844 or 9198722. OLE color: 9198722.

HSL color Cylindrical-coordinate representation of color #825C8C: hue angle of 287.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825C8C is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13092140-
CMYK0.070.3400.45
HSL287.5º20.69%45.49%-
HSV(B)287.5º34.29%54.9%-
XYZ17.7714.2926.63-
YUV108.83145.59143.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=35.91%
G=25.41%
B=38.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130921400.070.3400.45287.520.6945.49
Hex825C8C72202D120152d
Octal2021342147420554402555
Binary10000010101110010001100111100010010110110010000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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