#825988

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

Shades of Trendy Pink #825988

Tints of Trendy Pink #825988

Color information

#825988 (or 0x825988) is unknown color: approx Trendy Pink. HEX triplet: 82, 59 and 88. RGB value is (130,89,136). Sum of RGB (Red+Green+Blue) = 130+89+136=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #825988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825988 is #7DA677. Grayscale: #6A6A6A. Windows color (decimal): -8234616 or 8935810. OLE color: 8935810.

HSL color Cylindrical-coordinate representation of color #825988: hue angle of 292.34º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825988 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13089136-
CMYK0.040.3500.47
HSL292.34º20.89%44.12%-
HSV(B)292.34º34.56%53.33%-
XYZ17.2213.6725.02-
YUV106.62144.58144.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=36.62%
G=25.07%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130891360.040.3500.47292.3420.8944.12
Hex82598842302F124152c
Octal2021312104430574442554
Binary10000010101100110001000100100011010111110010010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825988; }

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

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

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

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

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

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

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

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