Html Css Color HEX #83638D Trendy Pink

📋 copy color: '#83638D'

red 131 ◦ green 99 ◦ blue 141

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

Shades of Trendy Pink #83638D

Tints of Trendy Pink #83638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 35.31%
G = 26.68%
B = 38.01%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83638D (or 0x83638D) is known color: Trendy Pink. HEX triplet: 83, 63 and 8D. RGB value is (131,99,141). Sum of RGB (Red+Green+Blue) = 131+99+141=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #83638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83638D is #7C9C72. Grayscale: #717171. Windows color (decimal): -8166515 or 9266051. OLE color: 9266051.

HSL color Cylindrical-coordinate representation of color #83638D: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83638D is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 99 141 -
CMYK 0.07 0.30 0 0.45
HSL 285.71º 0.18% 0.47% -
HSV(B) 285.71º 0.3% 0.55% -
XYZ 18.63 15.67 27.24 -
YUV 113.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 131 99 141 0.07 0.30 0 0.45 285.71 0.18 0.47
Hex 83 63 8D 7 1E 0 2D 11E 12 2F
Octal 203 143 215 7 36 0 55 436 22 57
Binary 10000011 1100011 10001101 111 11110 0 101101 100011110 10010 101111

Color Harmonies of #83638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83638D

Black with #83638D

Text Example


Text Example

White with #83638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83638D; }

 p { color: rgb(131,99,141); }

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

background-color css

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

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

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

border-color css

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

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

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