Html Css Color HEX #824E88 Trendy Pink

📋 copy color: '#824E88'

red 130 ◦ green 78 ◦ blue 136

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

Shades of Trendy Pink #824E88

Tints of Trendy Pink #824E88

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

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

R = 37.79%
G = 22.67%
B = 39.53%

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

#824E88 (or 0x824E88) is known color: Trendy Pink. HEX triplet: 82, 4E and 88. RGB value is (130,78,136). Sum of RGB (Red+Green+Blue) = 130+78+136=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #824E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E88 is #7DB177. Grayscale: #636363. Windows color (decimal): -8237432 or 8932994. OLE color: 8932994.

HSL color Cylindrical-coordinate representation of color #824E88: hue angle of 293.79º 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 #824E88 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 78 136 -
CMYK 0.04 0.43 0 0.47
HSL 293.79º 0.27% 0.42% -
HSV(B) 293.79º 0.43% 0.53% -
XYZ 16.37 11.97 24.74 -
YUV 100.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 130 78 136 0.04 0.43 0 0.47 293.79 0.27 0.42
Hex 82 4E 88 4 2B 0 2F 126 1B 2A
Octal 202 116 210 4 53 0 57 446 33 52
Binary 10000010 1001110 10001000 100 101011 0 101111 100100110 11011 101010

Color Harmonies of #824E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E88

Black with #824E88

Text Example


Text Example

White with #824E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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