Html Css Color HEX #846589 Trendy Pink

📋 copy color: '#846589'

red 132 ◦ green 101 ◦ blue 137

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

Shades of Trendy Pink #846589

Tints of Trendy Pink #846589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 35.68%
G = 27.3%
B = 37.03%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#846589 (or 0x846589) is known color: Trendy Pink. HEX triplet: 84, 65 and 89. RGB value is (132,101,137). Sum of RGB (Red+Green+Blue) = 132+101+137=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #846589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846589 is #7B9A76. Grayscale: #727272. Windows color (decimal): -8100471 or 9004420. OLE color: 9004420.

HSL color Cylindrical-coordinate representation of color #846589: hue angle of 291.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846589 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 101 137 -
CMYK 0.04 0.26 0 0.46
HSL 291.67º 0.15% 0.47% -
HSV(B) 291.67º 0.26% 0.54% -
XYZ 18.68 16.02 25.77 -
YUV 114.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 132 101 137 0.04 0.26 0 0.46 291.67 0.15 0.47
Hex 84 65 89 4 1A 0 2E 124 F 2F
Octal 204 145 211 4 32 0 56 444 17 57
Binary 10000100 1100101 10001001 100 11010 0 101110 100100100 1111 101111

Color Harmonies of #846589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846589

Black with #846589

Text Example


Text Example

White with #846589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846589; }

 p { color: rgb(132,101,137); }

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

background-color css

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

 a { background-color: rgb(132,101,137); }

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

border-color css

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

 span { border-color: rgb(132,101,137); }

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