Html Css Color HEX #825889 Trendy Pink

📋 copy color: '#825889'

red 130 ◦ green 88 ◦ blue 137

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

Shades of Trendy Pink #825889

Tints of Trendy Pink #825889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 36.62%
G = 24.79%
B = 38.59%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#825889 (or 0x825889) is known color: Trendy Pink. HEX triplet: 82, 58 and 89. RGB value is (130,88,137). Sum of RGB (Red+Green+Blue) = 130+88+137=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #825889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825889 is #7DA776. Grayscale: #696969. Windows color (decimal): -8234871 or 9001090. OLE color: 9001090.

HSL color Cylindrical-coordinate representation of color #825889: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825889 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 88 137 -
CMYK 0.05 0.36 0 0.46
HSL 291.43º 0.22% 0.44% -
HSV(B) 291.43º 0.36% 0.54% -
XYZ 17.21 13.53 25.37 -
YUV 106.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 130 88 137 0.05 0.36 0 0.46 291.43 0.22 0.44
Hex 82 58 89 5 24 0 2E 123 16 2C
Octal 202 130 211 5 44 0 56 443 26 54
Binary 10000010 1011000 10001001 101 100100 0 101110 100100011 10110 101100

Color Harmonies of #825889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825889

Black with #825889

Text Example


Text Example

White with #825889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825889; }

 p { color: rgb(130,88,137); }

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

background-color css

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

 a { background-color: rgb(130,88,137); }

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

border-color css

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

 span { border-color: rgb(130,88,137); }

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