Html Css Color HEX #82588A Trendy Pink

📋 copy color: '#82588A'

red 130 ◦ green 88 ◦ blue 138

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

Shades of Trendy Pink #82588A

Tints of Trendy Pink #82588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 36.52%
G = 24.72%
B = 38.76%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82588A (or 0x82588A) is known color: Trendy Pink. HEX triplet: 82, 58 and 8A. RGB value is (130,88,138). Sum of RGB (Red+Green+Blue) = 130+88+138=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #82588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82588A is #7DA775. Grayscale: #6A6A6A. Windows color (decimal): -8234870 or 9066626. OLE color: 9066626.

HSL color Cylindrical-coordinate representation of color #82588A: hue angle of 290.4º 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 #82588A is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 88 138 -
CMYK 0.06 0.36 0 0.46
HSL 290.4º 0.22% 0.44% -
HSV(B) 290.4º 0.36% 0.54% -
XYZ 17.28 13.56 25.75 -
YUV 106.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 130 88 138 0.06 0.36 0 0.46 290.4 0.22 0.44
Hex 82 58 8A 6 24 0 2E 122 16 2C
Octal 202 130 212 6 44 0 56 442 26 54
Binary 10000010 1011000 10001010 110 100100 0 101110 100100010 10110 101100

Color Harmonies of #82588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82588A

Black with #82588A

Text Example


Text Example

White with #82588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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