Html Css Color HEX #83527D Trendy Pink

📋 copy color: '#83527D'

red 131 ◦ green 82 ◦ blue 125

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

Shades of Trendy Pink #83527D

Tints of Trendy Pink #83527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.26%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 38.76%
G = 24.26%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83527D (or 0x83527D) is known color: Trendy Pink. HEX triplet: 83, 52 and 7D. RGB value is (131,82,125). Sum of RGB (Red+Green+Blue) = 131+82+125=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83527D is #7CAD82. Grayscale: #656565. Windows color (decimal): -8170883 or 8213123. OLE color: 8213123.

HSL color Cylindrical-coordinate representation of color #83527D: hue angle of 307.35º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83527D is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 125 -
CMYK 0 0.37 0.05 0.49
HSL 307.35º 0.23% 0.42% -
HSV(B) 307.35º 0.37% 0.51% -
XYZ 16.08 12.34 20.94 -
YUV 101.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 131 82 125 0 0.37 0.05 0.49 307.35 0.23 0.42
Hex 83 52 7D 0 25 5 31 133 17 2A
Octal 203 122 175 0 45 5 61 463 27 52
Binary 10000011 1010010 1111101 0 100101 101 110001 100110011 10111 101010

Color Harmonies of #83527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83527D

Black with #83527D

Text Example


Text Example

White with #83527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,82,125); }

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

background-color css

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

 a { background-color: rgb(131,82,125); }

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

border-color css

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

 span { border-color: rgb(131,82,125); }

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