Html Css Color HEX #844E88 Trendy Pink

📋 copy color: '#844E88'

red 132 ◦ green 78 ◦ blue 136

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

Shades of Trendy Pink #844E88

Tints of Trendy Pink #844E88

RGB

 RED value IS 132 (51.95% from 255) = 38.15%

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

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

R = 38.15%
G = 22.54%
B = 39.31%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#844E88 (or 0x844E88) is known color: Trendy Pink. HEX triplet: 84, 4E and 88. RGB value is (132,78,136). Sum of RGB (Red+Green+Blue) = 132+78+136=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #844E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E88 is #7BB177. Grayscale: #646464. Windows color (decimal): -8106360 or 8932996. OLE color: 8932996.

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

Color convert

RGB 132 78 136 -
CMYK 0.03 0.43 0 0.47
HSL 295.86º 0.27% 0.42% -
HSV(B) 295.86º 0.43% 0.53% -
XYZ 16.68 12.13 24.75 -
YUV 100.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 132 78 136 0.03 0.43 0 0.47 295.86 0.27 0.42
Hex 84 4E 88 3 2B 0 2F 128 1B 2A
Octal 204 116 210 3 53 0 57 450 33 52
Binary 10000100 1001110 10001000 11 101011 0 101111 100101000 11011 101010

Color Harmonies of #844E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E88

Black with #844E88

Text Example


Text Example

White with #844E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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