Html Css Color HEX #846388 Trendy Pink

📋 copy color: '#846388'

red 132 ◦ green 99 ◦ blue 136

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

Shades of Trendy Pink #846388

Tints of Trendy Pink #846388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 35.97%
G = 26.98%
B = 37.06%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#846388 (or 0x846388) is known color: Trendy Pink. HEX triplet: 84, 63 and 88. RGB value is (132,99,136). Sum of RGB (Red+Green+Blue) = 132+99+136=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #846388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846388 is #7B9C77. Grayscale: #707070. Windows color (decimal): -8100984 or 8938372. OLE color: 8938372.

HSL color Cylindrical-coordinate representation of color #846388: hue angle of 293.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846388 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 99 136 -
CMYK 0.03 0.27 0 0.47
HSL 293.51º 0.16% 0.46% -
HSV(B) 293.51º 0.27% 0.53% -
XYZ 18.42 15.61 25.33 -
YUV 113.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 132 99 136 0.03 0.27 0 0.47 293.51 0.16 0.46
Hex 84 63 88 3 1B 0 2F 126 10 2E
Octal 204 143 210 3 33 0 57 446 20 56
Binary 10000100 1100011 10001000 11 11011 0 101111 100100110 10000 101110

Color Harmonies of #846388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846388

Black with #846388

Text Example


Text Example

White with #846388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846388; }

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

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

background-color css

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

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

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

border-color css

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

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

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