Html Css Color HEX #845488 Trendy Pink

📋 copy color: '#845488'

red 132 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #845488

Tints of Trendy Pink #845488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

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

R = 37.5%
G = 23.86%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#845488 (or 0x845488) is known color: Trendy Pink. HEX triplet: 84, 54 and 88. RGB value is (132,84,136). Sum of RGB (Red+Green+Blue) = 132+84+136=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #845488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845488 is #7BAB77. Grayscale: #686868. Windows color (decimal): -8104824 or 8934532. OLE color: 8934532.

HSL color Cylindrical-coordinate representation of color #845488: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845488 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 84 136 -
CMYK 0.03 0.38 0 0.47
HSL 295.38º 0.24% 0.43% -
HSV(B) 295.38º 0.38% 0.53% -
XYZ 17.13 13.02 24.9 -
YUV 104.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 132 84 136 0.03 0.38 0 0.47 295.38 0.24 0.43
Hex 84 54 88 3 26 0 2F 127 18 2B
Octal 204 124 210 3 46 0 57 447 30 53
Binary 10000100 1010100 10001000 11 100110 0 101111 100100111 11000 101011

Color Harmonies of #845488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845488

Black with #845488

Text Example


Text Example

White with #845488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845488; }

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

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

background-color css

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

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

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

border-color css

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

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

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