Html Css Color HEX #824C88 Trendy Pink

📋 copy color: '#824C88'

red 130 ◦ green 76 ◦ blue 136

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

Shades of Trendy Pink #824C88

Tints of Trendy Pink #824C88

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 38.01%
G = 22.22%
B = 39.77%

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

#824C88 (or 0x824C88) is known color: Trendy Pink. HEX triplet: 82, 4C and 88. RGB value is (130,76,136). Sum of RGB (Red+Green+Blue) = 130+76+136=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #824C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C88 is #7DB377. Grayscale: #626262. Windows color (decimal): -8237944 or 8932482. OLE color: 8932482.

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

Color convert

RGB 130 76 136 -
CMYK 0.04 0.44 0 0.47
HSL 294º 0.28% 0.42% -
HSV(B) 294º 0.44% 0.53% -
XYZ 16.23 11.69 24.69 -
YUV 98.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 130 76 136 0.04 0.44 0 0.47 294 0.28 0.42
Hex 82 4C 88 4 2C 0 2F 126 1C 2A
Octal 202 114 210 4 54 0 57 446 34 52
Binary 10000010 1001100 10001000 100 101100 0 101111 100100110 11100 101010

Color Harmonies of #824C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C88

Black with #824C88

Text Example


Text Example

White with #824C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,136); }

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

background-color css

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

 a { background-color: rgb(130,76,136); }

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

border-color css

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

 span { border-color: rgb(130,76,136); }

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