Html Css Color HEX #82527B Trendy Pink

📋 copy color: '#82527B'

red 130 ◦ green 82 ◦ blue 123

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

Shades of Trendy Pink #82527B

Tints of Trendy Pink #82527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 38.81%
G = 24.48%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82527B (or 0x82527B) is known color: Trendy Pink. HEX triplet: 82, 52 and 7B. RGB value is (130,82,123). Sum of RGB (Red+Green+Blue) = 130+82+123=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82527B is #7DAD84. Grayscale: #646464. Windows color (decimal): -8236421 or 8082050. OLE color: 8082050.

HSL color Cylindrical-coordinate representation of color #82527B: hue angle of 308.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82527B is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 123 -
CMYK 0 0.37 0.05 0.49
HSL 308.75º 0.23% 0.42% -
HSV(B) 308.75º 0.37% 0.51% -
XYZ 15.8 12.21 20.26 -
YUV 101.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 130 82 123 0 0.37 0.05 0.49 308.75 0.23 0.42
Hex 82 52 7B 0 25 5 31 135 17 2A
Octal 202 122 173 0 45 5 61 465 27 52
Binary 10000010 1010010 1111011 0 100101 101 110001 100110101 10111 101010

Color Harmonies of #82527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82527B

Black with #82527B

Text Example


Text Example

White with #82527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82527B; }

 p { color: rgb(130,82,123); }

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

background-color css

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

 a { background-color: rgb(130,82,123); }

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

border-color css

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

 span { border-color: rgb(130,82,123); }

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