Html Css Color HEX #83437E Trendy Pink

📋 copy color: '#83437E'

red 131 ◦ green 67 ◦ blue 126

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

Shades of Trendy Pink #83437E

Tints of Trendy Pink #83437E

RGB

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

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

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

R = 40.43%
G = 20.68%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83437E (or 0x83437E) is known color: Trendy Pink. HEX triplet: 83, 43 and 7E. RGB value is (131,67,126). Sum of RGB (Red+Green+Blue) = 131+67+126=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83437E is #7CBC81. Grayscale: #5C5C5C. Windows color (decimal): -8174722 or 8274819. OLE color: 8274819.

HSL color Cylindrical-coordinate representation of color #83437E: hue angle of 304.69º 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 #83437E is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 126 -
CMYK 0 0.49 0.04 0.49
HSL 304.69º 0.32% 0.39% -
HSV(B) 304.69º 0.49% 0.51% -
XYZ 15.13 10.35 20.94 -
YUV 92.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 131 67 126 0 0.49 0.04 0.49 304.69 0.32 0.39
Hex 83 43 7E 0 31 4 31 131 20 27
Octal 203 103 176 0 61 4 61 461 40 47
Binary 10000011 1000011 1111110 0 110001 100 110001 100110001 100000 100111

Color Harmonies of #83437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83437E

Black with #83437E

Text Example


Text Example

White with #83437E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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