Html Css Color HEX #846382 Trendy Pink

📋 copy color: '#846382'

red 132 ◦ green 99 ◦ blue 130

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

Shades of Trendy Pink #846382

Tints of Trendy Pink #846382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 36.57%
G = 27.42%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#846382 (or 0x846382) is known color: Trendy Pink. HEX triplet: 84, 63 and 82. RGB value is (132,99,130). Sum of RGB (Red+Green+Blue) = 132+99+130=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #846382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846382 is #7B9C7D. Grayscale: #707070. Windows color (decimal): -8100990 or 8545156. OLE color: 8545156.

HSL color Cylindrical-coordinate representation of color #846382: hue angle of 303.64º 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 #846382 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 130 -
CMYK 0 0.25 0.02 0.48
HSL 303.64º 0.14% 0.45% -
HSV(B) 303.64º 0.25% 0.52% -
XYZ 18.01 15.44 23.15 -
YUV 112.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 132 99 130 0 0.25 0.02 0.48 303.64 0.14 0.45
Hex 84 63 82 0 19 2 30 130 E 2D
Octal 204 143 202 0 31 2 60 460 16 55
Binary 10000100 1100011 10000010 0 11001 10 110000 100110000 1110 101101

Color Harmonies of #846382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846382

Black with #846382

Text Example


Text Example

White with #846382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846382; }

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

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

background-color css

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

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

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

border-color css

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

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

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