Html Css Color HEX #84638D Trendy Pink

📋 copy color: '#84638D'

red 132 ◦ green 99 ◦ blue 141

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

Shades of Trendy Pink #84638D

Tints of Trendy Pink #84638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 35.48%
G = 26.61%
B = 37.9%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84638D (or 0x84638D) is known color: Trendy Pink. HEX triplet: 84, 63 and 8D. RGB value is (132,99,141). Sum of RGB (Red+Green+Blue) = 132+99+141=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #84638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84638D is #7B9C72. Grayscale: #717171. Windows color (decimal): -8100979 or 9266052. OLE color: 9266052.

HSL color Cylindrical-coordinate representation of color #84638D: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84638D is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 99 141 -
CMYK 0.06 0.30 0 0.45
HSL 287.14º 0.18% 0.47% -
HSV(B) 287.14º 0.3% 0.55% -
XYZ 18.79 15.75 27.25 -
YUV 113.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 132 99 141 0.06 0.30 0 0.45 287.14 0.18 0.47
Hex 84 63 8D 6 1E 0 2D 11F 12 2F
Octal 204 143 215 6 36 0 55 437 22 57
Binary 10000100 1100011 10001101 110 11110 0 101101 100011111 10010 101111

Color Harmonies of #84638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84638D

Black with #84638D

Text Example


Text Example

White with #84638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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