Html Css Color HEX #846380 Trendy Pink

📋 copy color: '#846380'

red 132 ◦ green 99 ◦ blue 128

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

Shades of Trendy Pink #846380

Tints of Trendy Pink #846380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 36.77%
G = 27.58%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#846380 (or 0x846380) is known color: Trendy Pink. HEX triplet: 84, 63 and 80. RGB value is (132,99,128). Sum of RGB (Red+Green+Blue) = 132+99+128=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #846380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846380 is #7B9C7F. Grayscale: #707070. Windows color (decimal): -8100992 or 8414084. OLE color: 8414084.

HSL color Cylindrical-coordinate representation of color #846380: hue angle of 307.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846380 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 128 -
CMYK 0 0.25 0.03 0.48
HSL 307.27º 0.14% 0.45% -
HSV(B) 307.27º 0.25% 0.52% -
XYZ 17.87 15.39 22.45 -
YUV 112.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 132 99 128 0 0.25 0.03 0.48 307.27 0.14 0.45
Hex 84 63 80 0 19 3 30 133 E 2D
Octal 204 143 200 0 31 3 60 463 16 55
Binary 10000100 1100011 10000000 0 11001 11 110000 100110011 1110 101101

Color Harmonies of #846380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846380

Black with #846380

Text Example


Text Example

White with #846380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846380; }

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

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

background-color css

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

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

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

border-color css

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

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

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