Html Css Color HEX #83648D Trendy Pink

📋 copy color: '#83648D'

red 131 ◦ green 100 ◦ blue 141

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

Shades of Trendy Pink #83648D

Tints of Trendy Pink #83648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 35.22%
G = 26.88%
B = 37.9%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83648D (or 0x83648D) is known color: Trendy Pink. HEX triplet: 83, 64 and 8D. RGB value is (131,100,141). Sum of RGB (Red+Green+Blue) = 131+100+141=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #83648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83648D is #7C9B72. Grayscale: #717171. Windows color (decimal): -8166259 or 9266307. OLE color: 9266307.

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

Color convert

RGB 131 100 141 -
CMYK 0.07 0.29 0 0.45
HSL 285.37º 0.17% 0.47% -
HSV(B) 285.37º 0.29% 0.55% -
XYZ 18.72 15.86 27.27 -
YUV 113.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 131 100 141 0.07 0.29 0 0.45 285.37 0.17 0.47
Hex 83 64 8D 7 1D 0 2D 11D 11 2F
Octal 203 144 215 7 35 0 55 435 21 57
Binary 10000011 1100100 10001101 111 11101 0 101101 100011101 10001 101111

Color Harmonies of #83648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83648D

Black with #83648D

Text Example


Text Example

White with #83648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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