Html Css Color HEX #82487D Trendy Pink

📋 copy color: '#82487D'

red 130 ◦ green 72 ◦ blue 125

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

Shades of Trendy Pink #82487D

Tints of Trendy Pink #82487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

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

R = 39.76%
G = 22.02%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82487D (or 0x82487D) is known color: Trendy Pink. HEX triplet: 82, 48 and 7D. RGB value is (130,72,125). Sum of RGB (Red+Green+Blue) = 130+72+125=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82487D is #7DB782. Grayscale: #5F5F5F. Windows color (decimal): -8238979 or 8210562. OLE color: 8210562.

HSL color Cylindrical-coordinate representation of color #82487D: hue angle of 305.17º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82487D is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 125 -
CMYK 0 0.45 0.04 0.49
HSL 305.17º 0.29% 0.4% -
HSV(B) 305.17º 0.45% 0.51% -
XYZ 15.22 10.86 20.7 -
YUV 95.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 130 72 125 0 0.45 0.04 0.49 305.17 0.29 0.4
Hex 82 48 7D 0 2D 4 31 131 1D 28
Octal 202 110 175 0 55 4 61 461 35 50
Binary 10000010 1001000 1111101 0 101101 100 110001 100110001 11101 101000

Color Harmonies of #82487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82487D

Black with #82487D

Text Example


Text Example

White with #82487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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