Html Css Color HEX #824D87 Trendy Pink

📋 copy color: '#824D87'

red 130 ◦ green 77 ◦ blue 135

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

Shades of Trendy Pink #824D87

Tints of Trendy Pink #824D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 135 (53.13% from 255) = 39.47%

R = 38.01%
G = 22.51%
B = 39.47%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824D87 (or 0x824D87) is known color: Trendy Pink. HEX triplet: 82, 4D and 87. RGB value is (130,77,135). Sum of RGB (Red+Green+Blue) = 130+77+135=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #824D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D87 is #7DB278. Grayscale: #636363. Windows color (decimal): -8237689 or 8867202. OLE color: 8867202.

HSL color Cylindrical-coordinate representation of color #824D87: hue angle of 294.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824D87 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 77 135 -
CMYK 0.04 0.43 0 0.47
HSL 294.83º 0.27% 0.42% -
HSV(B) 294.83º 0.43% 0.53% -
XYZ 16.23 11.8 24.34 -
YUV 99.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 130 77 135 0.04 0.43 0 0.47 294.83 0.27 0.42
Hex 82 4D 87 4 2B 0 2F 127 1B 2A
Octal 202 115 207 4 53 0 57 447 33 52
Binary 10000010 1001101 10000111 100 101011 0 101111 100100111 11011 101010

Color Harmonies of #824D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D87

Black with #824D87

Text Example


Text Example

White with #824D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824D87; }

 p { color: rgb(130,77,135); }

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

background-color css

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

 a { background-color: rgb(130,77,135); }

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

border-color css

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

 span { border-color: rgb(130,77,135); }

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