Html Css Color HEX #83437C Trendy Pink

📋 copy color: '#83437C'

red 131 ◦ green 67 ◦ blue 124

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

Shades of Trendy Pink #83437C

Tints of Trendy Pink #83437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 40.68%
G = 20.81%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83437C (or 0x83437C) is known color: Trendy Pink. HEX triplet: 83, 43 and 7C. RGB value is (131,67,124). Sum of RGB (Red+Green+Blue) = 131+67+124=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83437C is #7CBC83. Grayscale: #5C5C5C. Windows color (decimal): -8174724 or 8143747. OLE color: 8143747.

HSL color Cylindrical-coordinate representation of color #83437C: hue angle of 306.56º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83437C is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 124 -
CMYK 0 0.49 0.05 0.49
HSL 306.56º 0.32% 0.39% -
HSV(B) 306.56º 0.49% 0.51% -
XYZ 15.01 10.29 20.27 -
YUV 92.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 131 67 124 0 0.49 0.05 0.49 306.56 0.32 0.39
Hex 83 43 7C 0 31 5 31 133 20 27
Octal 203 103 174 0 61 5 61 463 40 47
Binary 10000011 1000011 1111100 0 110001 101 110001 100110011 100000 100111

Color Harmonies of #83437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83437C

Black with #83437C

Text Example


Text Example

White with #83437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83437C; }

 p { color: rgb(131,67,124); }

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

background-color css

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

 a { background-color: rgb(131,67,124); }

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

border-color css

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

 span { border-color: rgb(131,67,124); }

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