Html Css Color HEX #844C83 Trendy Pink

📋 copy color: '#844C83'

red 132 ◦ green 76 ◦ blue 131

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

Shades of Trendy Pink #844C83

Tints of Trendy Pink #844C83

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 38.94%
G = 22.42%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#844C83 (or 0x844C83) is known color: Trendy Pink. HEX triplet: 84, 4C and 83. RGB value is (132,76,131). Sum of RGB (Red+Green+Blue) = 132+76+131=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #844C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C83 is #7BB37C. Grayscale: #626262. Windows color (decimal): -8106877 or 8604804. OLE color: 8604804.

HSL color Cylindrical-coordinate representation of color #844C83: hue angle of 301.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844C83 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 76 131 -
CMYK 0 0.42 0.01 0.48
HSL 301.07º 0.27% 0.41% -
HSV(B) 301.07º 0.42% 0.52% -
XYZ 16.2 11.71 22.88 -
YUV 99.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 132 76 131 0 0.42 0.01 0.48 301.07 0.27 0.41
Hex 84 4C 83 0 2A 1 30 12D 1B 29
Octal 204 114 203 0 52 1 60 455 33 51
Binary 10000100 1001100 10000011 0 101010 1 110000 100101101 11011 101001

Color Harmonies of #844C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C83

Black with #844C83

Text Example


Text Example

White with #844C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,76,131); }

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

background-color css

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

 a { background-color: rgb(132,76,131); }

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

border-color css

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

 span { border-color: rgb(132,76,131); }

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