Html Css Color HEX #846384 Trendy Pink

📋 copy color: '#846384'

red 132 ◦ green 99 ◦ blue 132

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

Shades of Trendy Pink #846384

Tints of Trendy Pink #846384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#846384 (or 0x846384) is known color: Trendy Pink. HEX triplet: 84, 63 and 84. RGB value is (132,99,132). Sum of RGB (Red+Green+Blue) = 132+99+132=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #846384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846384 is #7B9C7B. Grayscale: #707070. Windows color (decimal): -8100988 or 8676228. OLE color: 8676228.

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

Color convert

RGB 132 99 132 -
CMYK 0 0.25 0 0.48
HSL 300º 0.14% 0.45% -
HSV(B) 300º 0.25% 0.52% -
XYZ 18.14 15.5 23.86 -
YUV 112.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 132 99 132 0 0.25 0 0.48 300 0.14 0.45
Hex 84 63 84 0 19 0 30 12C E 2D
Octal 204 143 204 0 31 0 60 454 16 55
Binary 10000100 1100011 10000100 0 11001 0 110000 100101100 1110 101101

Color Harmonies of #846384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846384

Black with #846384

Text Example


Text Example

White with #846384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846384; }

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

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

background-color css

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

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

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

border-color css

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

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

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