Html Css Color HEX #825A7D Trendy Pink

📋 copy color: '#825A7D'

red 130 ◦ green 90 ◦ blue 125

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

Shades of Trendy Pink #825A7D

Tints of Trendy Pink #825A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 37.68%
G = 26.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#825A7D (or 0x825A7D) is known color: Trendy Pink. HEX triplet: 82, 5A and 7D. RGB value is (130,90,125). Sum of RGB (Red+Green+Blue) = 130+90+125=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #825A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A7D is #7DA582. Grayscale: #696969. Windows color (decimal): -8234371 or 8215170. OLE color: 8215170.

HSL color Cylindrical-coordinate representation of color #825A7D: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A7D is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 125 -
CMYK 0 0.31 0.04 0.49
HSL 307.5º 0.18% 0.43% -
HSV(B) 307.5º 0.31% 0.51% -
XYZ 16.56 13.54 21.14 -
YUV 105.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 130 90 125 0 0.31 0.04 0.49 307.5 0.18 0.43
Hex 82 5A 7D 0 1F 4 31 134 12 2B
Octal 202 132 175 0 37 4 61 464 22 53
Binary 10000010 1011010 1111101 0 11111 100 110001 100110100 10010 101011

Color Harmonies of #825A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A7D

Black with #825A7D

Text Example


Text Example

White with #825A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,125); }

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

background-color css

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

 a { background-color: rgb(130,90,125); }

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

border-color css

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

 span { border-color: rgb(130,90,125); }

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