Html Css Color HEX #824B87 Trendy Pink

📋 copy color: '#824B87'

red 130 ◦ green 75 ◦ blue 135

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

Shades of Trendy Pink #824B87

Tints of Trendy Pink #824B87

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

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

R = 38.24%
G = 22.06%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824B87 (or 0x824B87) is known color: Trendy Pink. HEX triplet: 82, 4B and 87. RGB value is (130,75,135). Sum of RGB (Red+Green+Blue) = 130+75+135=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #824B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B87 is #7DB478. Grayscale: #626262. Windows color (decimal): -8238201 or 8866690. OLE color: 8866690.

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

Color convert

RGB 130 75 135 -
CMYK 0.04 0.44 0 0.47
HSL 295º 0.29% 0.41% -
HSV(B) 295º 0.44% 0.53% -
XYZ 16.1 11.53 24.3 -
YUV 98.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 130 75 135 0.04 0.44 0 0.47 295 0.29 0.41
Hex 82 4B 87 4 2C 0 2F 127 1D 29
Octal 202 113 207 4 54 0 57 447 35 51
Binary 10000010 1001011 10000111 100 101100 0 101111 100100111 11101 101001

Color Harmonies of #824B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B87

Black with #824B87

Text Example


Text Example

White with #824B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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