Html Css Color HEX #83627E Trendy Pink

📋 copy color: '#83627E'

red 131 ◦ green 98 ◦ blue 126

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

Shades of Trendy Pink #83627E

Tints of Trendy Pink #83627E

RGB

 RED value IS 131 (51.56% from 255) = 36.9%

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 36.9%
G = 27.61%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83627E (or 0x83627E) is known color: Trendy Pink. HEX triplet: 83, 62 and 7E. RGB value is (131,98,126). Sum of RGB (Red+Green+Blue) = 131+98+126=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627E is #7C9D81. Grayscale: #6E6E6E. Windows color (decimal): -8166786 or 8282755. OLE color: 8282755.

HSL color Cylindrical-coordinate representation of color #83627E: hue angle of 309.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83627E is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 126 -
CMYK 0 0.25 0.04 0.49
HSL 309.09º 0.14% 0.45% -
HSV(B) 309.09º 0.25% 0.51% -
XYZ 17.49 15.07 21.72 -
YUV 111.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 131 98 126 0 0.25 0.04 0.49 309.09 0.14 0.45
Hex 83 62 7E 0 19 4 31 135 E 2D
Octal 203 142 176 0 31 4 61 465 16 55
Binary 10000011 1100010 1111110 0 11001 100 110001 100110101 1110 101101

Color Harmonies of #83627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83627E

Black with #83627E

Text Example


Text Example

White with #83627E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83627E; }

 p { color: rgb(131,98,126); }

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

background-color css

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

 a { background-color: rgb(131,98,126); }

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

border-color css

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

 span { border-color: rgb(131,98,126); }

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