Html Css Color HEX #846389 Trendy Pink

📋 copy color: '#846389'

red 132 ◦ green 99 ◦ blue 137

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

Shades of Trendy Pink #846389

Tints of Trendy Pink #846389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 35.87%
G = 26.9%
B = 37.23%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#846389 (or 0x846389) is known color: Trendy Pink. HEX triplet: 84, 63 and 89. RGB value is (132,99,137). Sum of RGB (Red+Green+Blue) = 132+99+137=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #846389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846389 is #7B9C76. Grayscale: #717171. Windows color (decimal): -8100983 or 9003908. OLE color: 9003908.

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

Color convert

RGB 132 99 137 -
CMYK 0.04 0.28 0 0.46
HSL 292.11º 0.16% 0.46% -
HSV(B) 292.11º 0.28% 0.54% -
XYZ 18.49 15.64 25.71 -
YUV 113.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 132 99 137 0.04 0.28 0 0.46 292.11 0.16 0.46
Hex 84 63 89 4 1C 0 2E 124 10 2E
Octal 204 143 211 4 34 0 56 444 20 56
Binary 10000100 1100011 10001001 100 11100 0 101110 100100100 10000 101110

Color Harmonies of #846389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846389

Black with #846389

Text Example


Text Example

White with #846389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846389; }

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

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

background-color css

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

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

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

border-color css

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

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

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