Html Css Color HEX #825988 Trendy Pink

📋 copy color: '#825988'

red 130 ◦ green 89 ◦ blue 136

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

Shades of Trendy Pink #825988

Tints of Trendy Pink #825988

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 value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#825988 (or 0x825988) is known color: 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

RGB 130 89 136 -
CMYK 0.04 0.35 0 0.47
HSL 292.34º 0.21% 0.44% -
HSV(B) 292.34º 0.35% 0.53% -
XYZ 17.22 13.67 25.02 -
YUV 106.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 130 89 136 0.04 0.35 0 0.47 292.34 0.21 0.44
Hex 82 59 88 4 23 0 2F 124 15 2C
Octal 202 131 210 4 43 0 57 444 25 54
Binary 10000010 1011001 10001000 100 100011 0 101111 100100100 10101 101100

Color Harmonies of #825988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825988

Black with #825988

Text Example


Text Example

White with #825988

Text Example


Text Example

HTML Codes & Css Web 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>