Html Css Color HEX #825481 Trendy Pink

📋 copy color: '#825481'

red 130 ◦ green 84 ◦ blue 129

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

Shades of Trendy Pink #825481

Tints of Trendy Pink #825481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 37.9%
G = 24.49%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#825481 (or 0x825481) is known color: Trendy Pink. HEX triplet: 82, 54 and 81. RGB value is (130,84,129). Sum of RGB (Red+Green+Blue) = 130+84+129=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #825481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825481 is #7DAB7E. Grayscale: #666666. Windows color (decimal): -8235903 or 8475778. OLE color: 8475778.

HSL color Cylindrical-coordinate representation of color #825481: hue angle of 301.3º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825481 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 129 -
CMYK 0 0.35 0.01 0.49
HSL 301.3º 0.21% 0.42% -
HSV(B) 301.3º 0.35% 0.51% -
XYZ 16.34 12.67 22.35 -
YUV 102.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 130 84 129 0 0.35 0.01 0.49 301.3 0.21 0.42
Hex 82 54 81 0 23 1 31 12D 15 2A
Octal 202 124 201 0 43 1 61 455 25 52
Binary 10000010 1010100 10000001 0 100011 1 110001 100101101 10101 101010

Color Harmonies of #825481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825481

Black with #825481

Text Example


Text Example

White with #825481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825481; }

 p { color: rgb(130,84,129); }

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

background-color css

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

 a { background-color: rgb(130,84,129); }

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

border-color css

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

 span { border-color: rgb(130,84,129); }

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